Hi,
I have a form and i want to redirect to a snippet file after submit. I know it must be something silly, but i can't figure out the correct url for this file.
I would appreciate your help!
Thank you
I have a form and i want to redirect to a snippet file after submit. I know it must be something silly, but i can't figure out the correct url for this file.
I would appreciate your help!
- Code: Select all
<!--If form succes-->
<cms:if k_success >
<cms:set email_from='office@e-san.ro' />
<cms:set email_bcc='florentina.antoniu@gmail.com' />
<cms:set email_subject='Comanda Esan Jewelery Creations' />
<cms:set email_debug='1' />
<cms:if (frm_method = '<span>Plata la livrare</span>') >
<cms:embed 'sales_email_livrare.html' />
<cms:redirect url="<... my_snippet_file.html" />" />
</cms:if>
</cms:if>
Thank you
