We are trying to switch over from form site, can you assist us with some concerns?

  • fredbrent
    Asked on July 22, 2017 at 12:12 PM
    We are trying to switch over from form site and are looking at to transfer all the forms. The most difficult is a feature we use calle QUANTITY list and the subtotal. another issue is trying to fit our required fields on one line Here is sample
    ...
  • Nik_C
    Replied on July 22, 2017 at 4:20 PM

    I'm sorry, but I'm not sure I understood your request and we didn't receive your sample. Could you please provide the sample again and give us more information about your request.

    We'll wait for your response.

    Thank you!

  • FRED SHLAPAK
    Replied on July 22, 2017 at 5:05 PM

    https://fs11.formsite.com/SJUCC/form28/index.html

    We are trying to switch over from form site, can you assist us with some concerns? Image 1 Screenshot 20

    The above is formsite 760px wide. We are trying to covert from formsite link is above to FORMSITE

    TRYING to get everything on one line for ticket sales we have tried everything to move just the yes/no field unto the same line. plus we have one more called Number Places.

     

    Also is their a similar command to QUANTITY LIST AND SUBTOTAL. The subtotal for Jetpro is easy to get around but not Quantity list as in Formsite. 

    thanks

    Fred

     

     

  • David JotForm Support Manager
    Replied on July 22, 2017 at 11:02 PM

    We do not have a feature to import a form from FormSite.com, however, we have the tools to create a similar form as the one you currently have with them. 

    You can create a payment form, which can have the quantity options for each product, and show the sub-total and total, please check these guides: 

    https://www.jotform.com/help/165-Setting-Up-Your-First-Order-Form 

    https://www.jotform.com/help/225-How-to-Add-Options-to-Payment-Forms 

    Also, see our different integrated payment gateways we have:

    https://www.jotform.com/help/47-Order-Form-Basics 

    Let us know if you need more help, we will be glad to assist you.

  • fredbrent
    Replied on July 23, 2017 at 2:07 AM

    Thanks for your answer ? Are the page lengths constrained? If not how do increase the length?

  • Nik_C
    Replied on July 23, 2017 at 3:46 AM

    The page height will increase automatically by adding the fields, so you don't need to increase it manually.

    But if you need to increase it anyway, you can use the below CSS:

    .form-all {
    height1211px;

    Just copy it to your Custom CSS Field.

    Let us know if you have any further questions.

    Thank you!

  • fredbrent
    Replied on July 23, 2017 at 9:41 AM

    how do u put all the shown fields on horizontal line

    We are trying to switch over from form site, can you assist us with some concerns? Image 1 Screenshot 20

    https://form.jotform.ca/71994413215255

     

    Thanks

  • David JotForm Support Manager
    Replied on July 23, 2017 at 11:49 AM

    Simply increase the width of you form, example:

    We are trying to switch over from form site, can you assist us with some concerns? Image 1 Screenshot 20

    Let us know if you need more help.

  • fredbrent
    Replied on July 23, 2017 at 12:43 PM

    The site has to fit on 760px what you are recommending distorts the spacing between fields. Can we use CSS to tighten the spacing between the fields to fit in 760px. Look at the formsite  above an we cited everything in 760px.

    thanks

  • David JotForm Support Manager
    Replied on July 23, 2017 at 2:00 PM

    Put the forms width back to 760px, then inject this code to position those fields in the same line: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    #id_30{

        padding-right: 8px !important;

    }

    #id_84{

        padding-right: 8px !important;

        padding-left: 8px !important;

    }

    #id_85{

        padding-left: 8px !important;

        padding-right: 8px !important;

        width: 11% !important;

    }

    #id_31{

        padding-right: 8px !important;

        padding-left: 8px !important;

    }

    Result
    We are trying to switch over from form site, can you assist us with some concerns? Image 1 Screenshot 20

  • Nik_C
    Replied on July 23, 2017 at 2:49 PM

    Unfortunately, we didn't receive your last reply completely, could you please re-send it.

    Thank you!

  • Fred Shlapak
    Replied on July 23, 2017 at 3:04 PM

    Thanks supe job

     

    Fred

  • Nik_C
    Replied on July 23, 2017 at 3:07 PM

    Thank you for your feedback, we appreciate that.

    Cheers!