Skip to main content
Nintex Community Menu Bar

I am being told by jotform I need some java script like this:



The code in the iframe looks like this:


<iframe

id=“JotFormIFrame-202028584502045”


title=“New Member”


iframeParameters: {

'typeA53': variable1

},

onload=“window.parent.scrollTo(0,0)”


allowtransparency=“true”


allowfullscreen=“true”


allow=“geolocation; microphone; camera”


  src="<a href="https://form.jotform.com/202028584502045?typeA53=variable1"">https://form.jotform.com/202028584502045?typeA53=variable1"</a>

frameborder=“0”


style="


min-width: 100%;


height:539px;


border:none;"


scrolling=“no”





Would the Java script be in:


Generic JS


Generic JS Snippet


Custom Formula


Or is there an easier way to convert the {{Password_Input__c}} to variable1

As it ended up all I needed to do was to add triple brackets,


src=“<a href=“Free Online Form Builder & Form Creator | Jotform}}””>Free Online Form Builder & Form Creator | Jotform}}"


Reply