Open the Formyoula setup page and scroll to Mobile Footer - https://app.formyoula.com/setup/account
Add the following JavaScript inside the Mobile Footer HTML.
<script>
// Function to launch the form
function open_form(form_id) {
// Open a new form entry based on the form template id
formyoula.event_trigger('form:open:new', { form_id: form_id });
}
// Open a form based on the form template id
open_form('609bdde9b4d9ec0020dfb184');
</script>We can also update each user custom attributes to open specific forms for each user.
For any questions, please contact us - [email protected] or the Formyoula in-app chat 🙂