Input checkbox

D

Dennis Allen

Hi. I got a checkbox in an online ordering form using FSE. When the
form is submitted an email is generated. In the email text is the
checkbox field [confirm: on]. The client doesn't want to see on or off,
but yes or no. Question. Before I submit the form, is it possible to
change the input field from checkbox to text? If it was checked, have
the value Yes, otherwise No?

I could have another hidden text field and set it's value based on the
checkbox, but every input field goes out on the email. Multiple fields
with the same information tends to confuse people.
 
T

Thomas A. Rowe

You can set the value of the check box either via the form field properties or directly in HTML/Code
view.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top