I see @Darshil_Shah1 . So in the example, you provided, the "FA's Email" populates to a hidden form field (on the same form) when the form is submitted to the visible form field value that corresponds to it (in the hidden field)? Just so I'm understanding this correctly (I believe I am but would like to verify).
In which case, If I needed to add a First Name, Last Name, Country and Company for the referee, I would need to do this:
'Email': originalValues['Email_Address_2__c'],
'FirstName': OriginalValues['Email_Address_2__c'],
'ComapnyName': OriginalValues['Email_Address_2__c'],
Finally, I'm a little in the dark about this other aspect of the script... What do these numbers need to be populated with?:
MktoForms2.loadForm("//app-sj01.marketo.com", "410-XOR-673", 441);
And apologies to ask another set of questions - but what other aspects of the script need to be customised with values unique to your own form and LP?
Is that correct? And I'd assume the scripts would sit at layout template level...
... View more