prepopulated hidden fields not passing correctly
-
We are trying to prepopulate a few fields, both visible and hidden, with certain values that we would like passed through upon capture. There is a default value for these fields (i.e., general inquiry). We then have a utility that dynamically changes that via javascript depending on user behavior.
If the visible field is left along and the hidden field would obviously be left alone the form acts as expected. It passes those values to our email.
If the user behavior dictates that these two fields be changed by the utility they default values are still being passed – not the ones that were overwritten in the fields.
In either case, if we manually update the visible field it passes as expected.
Why, if the fields are not changed by the user but the utility do these values not pass through? This is the only one of the dozen forms we’ve tested that does this.
- The topic ‘prepopulated hidden fields not passing correctly’ is closed to new replies.