The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

Custom button in html after field

Labels

This Discussion is public

Notifications

Code that uses form values and forwards it to a new form/ url:

var url="/wp-admin/admin-ajax.php?action=frm_forms_preview&form=form_key&client=";
var clnt = document.getElementById("field_key");
var uid = document.getElementById("field_key");
var nurl = url+clnt.value+"&uid="+uid.value
function linkWin() {
window.open(nurl, '_self');
}

Thanks for posting this publicly so others can benefit from your efforts!

Discussion closed.