Hello. I am trying email form data most of which is successful.
However, I am using flipswitch (or checkbox) to email one of 2 values ("Disagree" for unchecked) and "agree" for checked)
Under the ;conditions' tab for not checked I use a caclulation to create a string to send using this [Editbox4].value="Disagree" and many other syntaxes but not seems to work.
Is there any other way of send strings or either checked or not checked
thanks
Form checkbox export strings for checked or not checked
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: Form checkbox export strings for checked or not checked
Unfortunately, if the checkbox is unchecked/off then the browser will not send the value to the server.
Re: Form checkbox export strings for checked or not checked
Yes, I thought as much but I want to send something else when the object is in the unchecked condition and that is what I have been struggling with either directly or putting text into a editbox. I presume the unchecked state must be detectable?
- BaconFries
-
- Posts: 5799
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Form checkbox export strings for checked or not checked
It maybe possible to use a hidden checkbox within the form itself. See the following about this and ways to achieve.
https://stackoverflow.com/questions/180 ... checkboxes
Note for information only.
https://stackoverflow.com/questions/180 ... checkboxes
Note for information only.