09-13-2017, 06:57 PM
Hi everyone,
I'm trying to get the values from an input radio in the login form and send it to the database. This is my code in the form field:
<input type="radio" name="typeaccountpro" id="typeind"> An individual
<input type="radio" name="typeaccountpro" id="typepro"> A professional / An agency
What should I write in the script which will send everything to the database?
Also, for a select? A textarea? A checkbox?
Many thanks
I'm trying to get the values from an input radio in the login form and send it to the database. This is my code in the form field:
<input type="radio" name="typeaccountpro" id="typeind"> An individual
<input type="radio" name="typeaccountpro" id="typepro"> A professional / An agency
What should I write in the script which will send everything to the database?
Also, for a select? A textarea? A checkbox?
Many thanks