Form Designer form
https://www.onguarddefense.com/newsite/ … /form.html
Web Form Builder paths
https://www.onguarddefense.com/newsite/ … tform1.phphttps://www.onguarddefense.com/newsite/ … form1.html
I have not linked into an actual web page yet. I have it connecting at this point.
What I tried was eliminating the "submit" button actions and only put actions on the form container:
ACTION:
../testform1.php
Method:
Post
Enctype:
Multipart form Data
Autofocus:
Name
attributes
Data Abide - but field is blank
I get the email now but it never selects the radio buttons and identifies what was selected. In Form builder I have a "group" called radio and then in that group there is a radio button (radio 1, radio 2, radio 3). I see how to add the radio buttons to the Web Form Desiginer, but it doesn't seem to have an associated radio "group"
this is a snippet from the web form builder html that does work.
<div class="fb-radio">
<label id="item5_0_label"><input name="radio" id="item5_0_radio" type="radio" checked data-hint="" value="Radio 1" /><span class="fb-fieldlabel" id="item5_0_span">Radio 1</span></label>
<label id="item5_1_label"><input name="radio" id="item5_1_radio" type="radio" value="Radio 2" /><span class="fb-fieldlabel" id="item5_1_span">Radio 2</span></label>
<label id="item5_2_label"><input name="radio" id="item5_2_radio" type="radio" value="Radio 3" /><span class="fb-fieldlabel" id="item5_2_span">Radio 3</span></label>
</div>