Conversational Form Addon: Radio Yes No Buttons

For the Conversational Form Addon, is there anyway to turn the Radio Yes/No into easy Yes and No buttons so it’s a one click answer verses selecting the radio and then hitting submit/continue?

1 Like

I’m wondering about this as well. As is, it takes a long time for someone to fill out the form needing to select the radio and then press continue every time.

However it looks like it does an AJAX request for every form field, so it is slow to load each next question. It seems like this should be a setting that lets you only collect or submit data at the end instead of on every question. (Maybe store the progress in local storage or a cookie until the user submits the form at the end?)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.