AmazingRibs
07-15-2014, 12:07 PM
Hey guys, I want to prepopulate a custom field on the registration page with a variable I'm passing in query string. Something like /register?vcode=****** and I populate the input I created with the vcode value.
Currently I'm doing it through javascript but this is causing a lot of issues for some users with slow or old browsers. Any way for me to pull this data in my widget_register template and use as value="" on my custom input?
Currently I'm doing it through javascript but this is causing a lot of issues for some users with slow or old browsers. Any way for me to pull this data in my widget_register template and use as value="" on my custom input?