I want to link a

  • philipgardner
    Asked on April 4, 2014 at 7:02 PM

    I want to link a "sign up here" button to a sign up form. Should I use the submit button?  IF so, how to I make it bigger?

     

    I am writing a descripton of a mbmershp site on one page.  If interested, I want the reader to click on "sign up here" buttons and then be linked to the sign up page.

     

    How do I do this?

     

    thanks.

  • jonathan
    Replied on April 4, 2014 at 7:55 PM

    Hi,

    Use injected CSS codes to customize the form submit button.

    Pleaser refer to this guide https://www.jotform.com/help/118-Submit-Button-CSS-CSS3

    Example:

    form-submit-button{

    background:#0066A2;

    color:white;

    border-style:outset;

    border-color:#0066A2;

    height:50px;

    width:100px;

    font: bold 15px arial,sans-serif;

    }

     Here's how it'll look

    I want to link a  Image 1 Screenshot 20

     

    Hope this help. Inform us if you need more assistance.

    Thanks!

  • jonathan
    Replied on April 4, 2014 at 7:57 PM

    I missed to mentioned how to redirect after submit to sign up page.

    Please read this guide also

    http://www.jotform.com/help/38-Redirecting-Users-to-a-Different-Page

     

    Thanks.