open a new browser window with a new url

  • max123jot
    Asked on January 10, 2018 at 12:20 PM

    hi

    it seems there is alot of conversation on the above topic, i think that before trying on my own, i would appreciate your advice on:

    within a url and a browser showing a jot form

    i would like to give the user the option of clicking a "button" which opens a new browser window with a new url (url is something like...http://www.cevlforhealthcare.org/cevl/one_learn_utd_jpu/phoneApp/story.htm)

    in this way the user can go back and forth between the jot form and the content in the new url (not a jot form)

    thanks

  • David JotForm Support
    Replied on January 10, 2018 at 1:40 PM

    You can add your hyperlink to the source of a text field and add target="_blank" as an attribute to the hyperlyink.

    1515609553Capture Screenshot 10

    <a href="http://www.cevlforhealthcare.org/cevl/one_learn_utd_jpu/phoneApp/story.htm" target="_blank">http://www.cevlforhealthcare.org/cevl/one_learn_utd_jpu/phoneApp/story.htm</a>

    Here is an example form with a text field using your URL:

    https://form.jotform.com/80094981752969

  • max123jot
    Replied on January 12, 2018 at 11:43 AM
    for this form
    https://form.jotform.com/61754777771167
    this is the code i entered

    http://www.cevlforhealthcare.org/cevl/cevl_ver_2/MENU_UROLOGY/penis/Circumcision/nb_circ_forms/jotform_assets/movies-alternate-view/story.html

    seems to work, but...
    can i set it so user only sees the words "alternate window to view movies"
    and so that clicking the box, a NEW browser window opens, so user can go
    back and forth between windows more easily
    thanks
    m
    ...
  • David JotForm Support
    Replied on January 12, 2018 at 12:34 PM

    The code needs to be added to the source code section of the field, not directly into the field:

    1515778337Capture Screenshot 10

    And to have the text displayed be the text you mentioned, the code would be:

    <a href="http://www.cevlforhealthcare.org/cevl/cevl_ver_2/MENU_UROLOGY/penis/Circumcision/nb_circ_forms/jotform_assets/movies-alternate-view/story.html" target="_blank">Alternate window to view movies</a>

    The highlighted portion is the text displayed.

  • max123jot
    Replied on January 12, 2018 at 12:43 PM
    WOW!!
    tx
    ...