Radio Button Form Values transfer 'value' to DB

Anonymous
Not applicable

Radio Button Form Values transfer 'value' to DB

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,

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Radio Button Form Values transfer 'value' to DB

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.

Anonymous
Not applicable

Re: Radio Button Form Values transfer 'value' to DB

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.

radioButtonValues.png

formRadio.png

SanfordWhiteman
Level 10 - Community Moderator

Re: Radio Button Form Values transfer 'value' to DB

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