I am having some issues with ChronoForms and browsers not saving something to our database. I have a dropdown you select one of two options, then i have a textbox with a preset message that if you click on options 1 in the dropdown it puts a message in that textbox and another message if options 2. When submitted it gets saved in a database.
IE works 100% perfect
Google Chrome it doesn't save the message
Image attached is how the message is saved in the textbox for one of the two options.
IE works 100% perfect
Google Chrome it doesn't save the message
Image attached is how the message is saved in the textbox for one of the two options.

Hi alex305v,
I think that the Set Options event is intended for setting the options in a drop-down not adding a value to a text input so that may be the problem, or at least part of it.
Probably the best answer is to use the Function Call event here to call a custom jQuery function - or just to use jQuery and ignore the Events tab.
Bob
I think that the Set Options event is intended for setting the options in a drop-down not adding a value to a text input so that may be the problem, or at least part of it.
Probably the best answer is to use the Function Call event here to call a custom jQuery function - or just to use jQuery and ignore the Events tab.
Bob
This topic is locked and no more replies can be posted.