You haven't used this form for a while - to protect your data, the form session will expire soon
Your cookie preferences were saved
function(helper, processor, props, context) { let actionObject = helper.utilCreateAction(props.FIELD.NAME, "EMAIL"); helper.utilAddActionProperty(actionObject, "CLASS", "form, com.gossinteractive.community.form.actions.EmailAction"); helper.utilAddActionProperty(actionObject, "EMAIL_FROM", "noreply@gossinteractive.com"); helper.utilAddActionProperty(actionObject, "EMAIL_SUBJECT", "The subject line"); helper.utilAddActionProperty(actionObject, "EMAIL_TO", helper.getFieldValue("TO")); helper.utilAddActionProperty(actionObject, "EMAIL_BODY", helper.getFieldValue("MESSAGE")); return actionObject;}
Share this page
Print