• Resolved sharon135

    (@sharon135)


    Is there a way to reduced the width of the “select a choice” value field so all text is on the right of the box?

    Also, there seems to be a slight delay in form loading. Is there a way to fix that as well so form loads at the same time as the page content?

    celebratingyourjourney.com/coachability-index/

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @sharon135,

    A possible solution for the first question can be insert the style definition below through the “Customize Form Design” attribute in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png)

    
    #fbuilder select.small{width: 50px !important;position: absolute;}
    #fbuilder span.uh{float:left !important;clear:none !important;margin-left: 60px;}
    

    Concerning to the second question, you can activate the form’s cache from the settings page of the plugin (https://cff.dwbooster.com/images/documentation/troubleshoot-area.png), and then, press the “Settings” button corresponding to the form and immediately press the “Preview” button in the forms builder to allow the plugin to store the generated form in cache.

    Best regards.

    Thread Starter sharon135

    (@sharon135)

    Both worked. You are awesome! Just one thing…when I went into settings of plugin, all it had to check was javascript cache. that was already checked. But I changed the script load method to classic. And so far, it all works. Thanks much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce field size width for “select a choice” field’ is closed to new replies.