Hey everyone,
I have a particular problem with my form data submission. I've created custom radio buttons but I am unable to get the 'value' to register in either a {{token}} or as the expected value in the lead DB. Does anyone have a work around for this issue?
All the best,
I don't know what you mean by "custom" radio buttons -- but in any case, post a link to your form. There is no known issue here.
Here is my landing page with form:
Attached are screenshots of the custom radio button values I'm using which are not populating into the DB when the lead populates. I usually get a boolean value or a 1 if answered.
Sounds like the underlying field dinnerOptions is a Boolean, then. The data is being posted as expected.
You can use a bunch of different form widgets on the front end to manage a given field. But the resulting value must be able to be stored in the field as-is, or else it will have to be coerced into the closest value for that datatype (or lost completely).