How can i make my form mobile adaptable or responsive from the website version?

  • swhiv
    Asked on March 5, 2014 at 6:41 PM
  • TitusN
    Replied on March 5, 2014 at 7:50 PM

    Thank you for contacting us.

    You would need to define each field to respond to the changing width of the browser by injecting CSS codes.

    This code is very useful in making fields respond to the width of the browser:

    #field_id {width:100%}

    You can get the field Id's to each field by following this linked guide. If you get stuck - let us know, we will be happy to help.

    A good start is to shrink all the fields in the form through the builder before injecting CSS and positioning fields where you want them.

    How can i make my form mobile adaptable or responsive from the website version? Image 1 Screenshot 20

    Let us know if this helps.