Need a link beside form to open a page w/o resetting form Entry

  • PhoebeKerwin
    Asked on July 13, 2015 at 1:01 PM

    My form in Muse has a clickable link beside it. It's a set of choices. One has to click the choices before one can fill the form completely. (Say Picking a font type or wordings for an invitation). How can it be done w/o resetting all the answers in the form? Pop-up window perhaps?

    We're open on the best solution for this.

    Thanks!

    Jotform Thread 609024 Screenshot
  • Charlie
    Replied on July 13, 2015 at 1:51 PM

    Hi,

    Unfortunately, this is not possible using the form builder, however, this could be done by using the form's full source code and adding a Javascript function to dynamically change the content or the style of the form without reloading the page. Here's a sample guide about dynamically changing the page: http://www.w3.org/wiki/Dynamic_style_-_manipulating_CSS_with_JavaScript.

    However, you need knowledge with Javascript and CSS to fully create this kind of action to your form.

    I hope that gives you an idea on how to proceed.