Hi Guys,
I want to auto fill the form field values in the event registration form using event URL parameters.
I am sending get parameter values in the event URL as follows
®istrant.nameFirst=firstname®istrant.nameLast=lastname®istrant.emailAddress=email@gmail.com&emailCheck=email@gmail.com
The get parameters I have used are the name values of the input fields. its working only for the emailCheck parameter but its not working for the other firstname, lastname and email fields.
Anyone have any solution for this issue.
thanks
Did you ever solve this? I tried it today and only emailCheck works. It would GREAT to have this populated either by POST or GET.