Custom Survey Buttons
Description
An easy solution for custom survey options in the form block. This plugin uses css editor and works with all template families.
How To Install
Add a new form block to any page and select the radio field option under New Form Field.
Add in the info and survey options you’d like your users to pick from. Save the page when done.
Next, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
// Custom Survey Form // .form-wrapper .field-list .field .option { width: 15%; display: inline-block; text-align: left; }
Customize
Based on how many options you create, you may need to adjust the width. It is recommended to keep the options short so they all stay on the same line.