Hi, thanks for your voice mail. I had to leave the office on another task for a few minutes.
So for the radio buttons, I changed them to:
Unfortunately, when I went do test the form (in TEST mode) Chrome shot me back this message:
"The webpage at https://faas.cloud.clickandpledge.com/ might be temporarily down or it may have moved permanently to a new web address."
Weird?
So for the radio buttons, I changed them to:
Code:
<td><input name="FieldName1" type="hidden" value="EUpdateYes" /> <input name="FieldValue1" type="radio" /> Yes</td> <td><input name="FieldName1" type="hidden" value="EUpdateNo" /> <input name="FieldValue1" type="radio" /> No</td> <td><input name="FieldName1" type="hidden" value="EUpdateAlreadyOnList" /> <input name="FieldValue1" type="radio" /> Thanks, I already receive e-updates!</td>
"The webpage at https://faas.cloud.clickandpledge.com/ might be temporarily down or it may have moved permanently to a new web address."
Weird?
Comment