• Create a Mailto-Link for HTMLJavascript widget without opneing a new browser tab

    Hi there, i want to show on my form a HTMLJavascriptwidget to open the (win)mail-client directly. With this code the Browser shows a new-tab-warning an opens a new empty browsertab: <a href="mailto:testmail@iabc.de" target="" extlink="true">Testmail…
  • Rerun Javascript on validation failure

    I have lots javascript attached to forms as js files. On the transition forms it works great until validation fails (required field not populated for ex), when the page reloads the js does not rerun. When I put the script in a HTMLJavascriptWidget on…