Modify Page Break Spaces + Just One TextBox Bigger + Rounded Corners

  • Dubaimarketing
    Asked on April 14, 2014 at 5:46 AM

    Hello,

    I have some (little?) quetions related to the attached form which is a 2 steps (pages) form

    1 - Reduce the space of the container of the page break and the Submit Button

    2 - Make ONE (just the first) text box bigger than the others

    3 - Possibility to make rounded corners only to the same fisrt text box (but not the others)

     

    Thnks to anybody for your kind help

    Enrico

    Jotform Thread 362091 Screenshot
  • KadeJM
    Replied on April 14, 2014 at 10:34 AM

    That should be possible, just needs some injected css tweaks to get it as you need it to be. Here are the codes I added to imply this.

    Here's the Final Result: http://form.jotform.us/form/41033597435152.

    You may clone it or simply copy the new codes into your own form from below. Hopefully this will help to get you closer to where you want to be with it but if not then all you need to do is readjust the element values for them.

     

    To adjust the first box with rounded corner and make it bigger this code was added:

    #input_3 {

    border: 1px solid #b7bbbd;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    padding: 4px;

    height: 25px;

    width: 250px;

    }

     

    To adjust and remove the spacing more this code was added with it:

    #form-pagebreak-back_10, #form-pagebreak-next_10 {

    padding-top: -10px;

    padding-bottom: -25px;

    margin-top: -10px;

    margin-bottom: -25px;

     

    }

     

     

    and

     

    .form-submit-button {

    padding-top: 5px;

    padding-bottom: 8px;

    margin-top: 5px;

    margin-bottom: 5px;

    }

  • Dubaimarketing
    Replied on April 14, 2014 at 12:14 PM

    FANTASTIC KadeJM !! :-)

    You really find the perfect solution I was looking for.

    I will probably copy the codes and inject them, because I have no idea how to "clone" the form you posted in the URL above mentionned.

    Thank you very much for your precious help.

    Ciao

    Enrico

  • KadeJM
    Replied on April 14, 2014 at 12:40 PM

    You are very welcome glad to hear it and I do apologize about that. I meant to include a link for cloning a form (42-How-to-Clone-an-Existing-Form-from-a-URL) for you in my response above, my fault.

  • Dubaimarketing
    Replied on April 14, 2014 at 1:04 PM

    Don't worry my friend. My fault is not being so clever to understand what you meant :-)

    Ciao!!