HTML links in form not working

  • jbasscase
    Asked on January 22, 2016 at 3:25 PM

    What am I doing wrong here, am I using the wrong code?  I'm trying to get my Online Waiver & FAQs page to link to our website from the form, but it says it can't find the pages.  I'm using this exact same code (with different webpages) on some of our other forms and it works just fine.  What's wrong?  The webpages are working and active.

     

    I have read and understood the Camp Waiver.

     

     

    I have read and understood the Camp FAQs.

     

    It's the SOSI Application 2016 form, under Terms and Conditions.  I've been messing with this for over 30 minutes and can't figure out what I'm doing wrong.  

     

  • Huberson
    Replied on January 22, 2016 at 4:12 PM

    Hello,

    I have cloned the form and make some modification. Just take a look and tell me if it's what you were looking for.

    URL:https://form.jotform.co/60215813673857

     

  • Huberson
    Replied on January 22, 2016 at 4:15 PM

    I achieve this using the 'Terms & Conditions' Widget.

    Hope this solve you issues.

     

    Huberson.

  • jbasscase
    Replied on January 22, 2016 at 4:45 PM
    Yes- but we also need one to say that they have read and understand the
    FAQs. What was going on? This has been driving me crazy all afternoon???!
    ...
  • jbasscase
    Replied on January 22, 2016 at 4:45 PM
    And also, why is the font bigger than the rest of my form?
    ...
  • jonathan
    Replied on January 22, 2016 at 6:15 PM

    Hi,

    Adding html scripts within the Checkboxes label names will not work. I see that this was what you did on your form https://form.jotform.com/60036312441946

    HTML links in form not working Image 1 Screenshot 40

     

    so the terms link will not work properly

    HTML links in form not working Image 2 Screenshot 51

     

    You may want to use Terms & Conditions Widget instead.

    HTML links in form not working Image 3 Screenshot 62

     

    This is my test form https://form.jotform.com/60217337278962 you can test the Terms & Conditions widget on it.

    Hope this help. Let us know if you need further assistance.

     

  • jbasscase
    Replied on January 22, 2016 at 6:17 PM

    When I use the terms and conditions widget, why is the font bigger than the font in the rest of my form?  How do I get it to be the same size as the rest of the form?

  • Huberson
    Replied on January 22, 2016 at 7:00 PM

    You can change the Widget font size in 4 simple steps.

    1- Click the wizard tool on the top left of the Widget.

    HTML links in form not working Image 1 Screenshot 30

    2- Click 'Custom CSS' tab on Widget window.

    3- Copy the following code and paste it in the text area:

          body{
                  font-family:Arial, Sans Serif;
                  font-size:12px;
              }

    4- Adjust the font size as you see fit.

    HTML links in form not working Image 2 Screenshot 41

    Here is the URL to the clone i made: https://form.jotform.co/60215813673857

    Hope this resolve the problem.

  • jonathan
    Replied on January 22, 2016 at 11:35 PM

    Please try the solution provided by  Huberson   . It works. :)

    Let us know if you need further assistance.