Is there an option to add link to field, so the field will be clickable and redirected to the link?

  • michael751
    Asked on November 30, 2014 at 4:11 AM

    Hi , 

     

    I know that I have another open request, I'm still investigating it.

     

    In the form , I have list of courses , as check boxes , I need every course to be a link to the Course page.

    Is there an option to do it via the JotForm?

     

    This is the Source code:

     <span class="form-checkbox-item" style="clear:left;">

                 <input type="checkbox" class="form-checkbox validate[required]" id="input_11_9" name="q11_course[]" value="Advanced Application for Academia (On-site training)" />

                   <a href="http://www.stratasys.com/customer-support/training/customer-on-site-training/advanced-app-seminar-for-academia" target="_blank">

    </a>

                </span>

     

    Thanks.

    Shoshi.

  • Ben
    Replied on November 30, 2014 at 6:58 AM

    Hi Shoshi,

    If I understood you correctly then yes, it is possible and quite easy to implement, once we know where to do it.

    I would first like you to check this jotform (a clone of the jotform on the page you have given us link to): http://form.jotformpro.com/form/43333415045951

    If that is what you want to accomplish then to create such links you should click on the tool (checkbox tool in this case) and click on the Options in the toolbar.

    Is there an option to add link to field, so the field will be clickable and redirected to the link? Image 1 Screenshot 20

    Now, once the list opens we can edit it to our liking with HTML elements, so all I did was find the right option and added the HTML link as you have given to us above.

    So instead of this:

    Advanced Operators (Connex)
    Advanced Operators (Eden)
    Basic Connex Operation
    Eden & Connex Applications
    Productivity and Business Growth
    Education Seminar
    PolyJet Desktop Applications
    Advanced Operators (VIP)
    Advanced Connex3 for Operators (On-site training)
    Advanced Application for Academia (On-site training)

    We got this:

    Advanced Operators (Connex)
    Advanced Operators (Eden)
    Basic Connex Operation
    Eden & Connex Applications
    Productivity and Business Growth
    Education Seminar
    PolyJet Desktop Applications
    Advanced Operators (VIP)
    Advanced Connex3 for Operators (On-site training)
    <a target="_blank" href="http://www.stratasys.com/customer-support/training/customer-on-site-training/advanced-app-seminar-for-academia" rel="nofollow" >Advanced Application for Academia (On-site training)</a>

    As long as you do not add extra line (which would make it a new option) you can add any styles.

    You could however even add a new line using HTML such as <br/> element and <b>elements around the bold (to be) text</b>.

    Do let us know if this is what you were after and if you have any further questions and we would be happy to answer them.

    Best Regards,
    Ben

  • michael751
    Replied on November 30, 2014 at 7:21 AM
    Thank you very much!
    It’s working as expected!
    Thanks,
    Shoshi.
    ...