09-13-2017, 08:49 PM
So like this for the input?
<input type="radio" name="typeaccountpro" id="typeind" value="<?php if (!$form_valid && !empty($_POST)){ echo $typeind;} ?>"> An individual
<input type="radio" name="typeaccountpro" id="typepro" value="<?php if (!$form_valid && !empty($_POST)){ echo $typepro;} ?>"> A professional / An agency
And like this for the script? http://pasted.co/328d5415
<input type="radio" name="typeaccountpro" id="typeind" value="<?php if (!$form_valid && !empty($_POST)){ echo $typeind;} ?>"> An individual
<input type="radio" name="typeaccountpro" id="typepro" value="<?php if (!$form_valid && !empty($_POST)){ echo $typepro;} ?>"> A professional / An agency
And like this for the script? http://pasted.co/328d5415