• Resolved pavanarora

    (@pavanarora)


    Hi, how do you get it so that after submit, it opens in a new window not the current ie. target = _blank??

Viewing 1 replies (of 1 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    This can’t be configured in the designer (i will add it to the todo list) but you could easily tweak the plugin to do this. All you need to do is open the file smart-forms\js\form-generator.js and change this:

    window.location=this.RedirectUrl;

    for this:

    window.open(this.RedirectUrl);

    Regards!

Viewing 1 replies (of 1 total)

The topic ‘After Submit redirect – new window?’ is closed to new replies.