For one of my websites im needing a donation form, to be a valid choice the form needs a unique id given along with the imput.
So for example i want to add a hidden field ‘donation-id’ with a value of a unique id generated by javascript/ or jquery.
And here comes my problem i dont know any javacript or jquery so i would love to get some help from the experts here on the forum!
To be able to help you we would need some more information about what you need. Would be great if you could provide some example (site, article, etc) which shows form what you need.
Also, could you be more specific about “generated unique ID”? What do you mean and were is should be generated?
What im looking for is a way to make a hiden field inside a form and give that a value of a unique id.
<input type="hidden" value="unique_id" />
With $the unique_id created by a javascript for example the output of the use of a timestamp.
Not sure is the javascript needs to be included as embed code in de form or just a custom code in the head.