I understand what a form_id is, as I have already set up a form using the code method, api. What I do not understand is where to place this in a code form. Do I need to put script into my form html or php page or does it go into the module's login.php page?
I have it working now, one minute after posting this. LOL
awesome. This is a wonderful program.
I just added the password field to my form but was not working so I changed the "password" to "Password".
I still dont understand the what script above does though. I did not use it so no rush...
Quote:In order to use the login page, you MUST pass the relevant form ID to the page via either the query string or a POST variable. For example, here's a direct link passing it via GET:
<a href="http://site.com/formtools/modules/submission_accounts/login.php?form_id=X">Login</a>
I have it working now, one minute after posting this. LOL
awesome. This is a wonderful program.
I just added the password field to my form but was not working so I changed the "password" to "Password".
I still dont understand the what script above does though. I did not use it so no rush...