Radio Button Form Values transfer 'value' to DB | Community
Skip to main content
December 19, 2016
Question

Radio Button Form Values transfer 'value' to DB

  • December 19, 2016
  • 1 reply
  • 1279 views

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,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
December 19, 2016

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.

December 19, 2016

Here is my landing page with form:

Platinum Equity RSVP

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.

SanfordWhiteman
Level 10
December 19, 2016

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).