Hello there,
I’m using the smart forms script to decorate an existing form on my website. I would like the contact generated from the form submission to automatically have an “Interested” status applied. Is that possible?
I have tried hidden fields where
- name=“Status” value=“Interested”
- name=“lifecycle_stage_id” value=“17000466203”
- name=“contact[lifecycle_stage_id]” value=“17000466203” (taken from the classic form)
But nothing appears to have any effect. Can anyone help?
Next I’m going to try setting a custom field that kicks off a journey, that in turn sets the necessary fields.