dejansimic Posted July 30, 2012 Share Posted July 30, 2012 Hi there, I'm trying to pass variable trough URL (for example domain.com/authentication.php?VariableName=test ) to registration form. I would like to add new field in the registration form (what I already have done) and to fill that field with the variable mentioned above. So, when someone click on the link, it will open the CREATE ACCOUNT page, where the user will fill in his/her email address and after opening next page (REGISTRATION FORM) variable should be filled in the appropriate field (similar as the email address is filled in). I know how to do this by plain PHP but I'm not really familiar with SMARTY, so I'm stuck here. Can someone help me with this one please? Thanks in advance. Link to comment Share on other sites More sharing options...
Recommended Posts