Sure, on reviewing the LP, I found the form itself has the setting for showing a success message on submit, you need to add the redirection on form level only."successTitle":"Thank...
The script seems correct, the only issue is you have an unclosed tag in the html.Here is the correct one.
#if ($lead.rentalAMER12.contains("D1-AIML-01"))
<table>
<tr>
<...
The best solution is to ask the agency to make it responsive because if you event try to make the email width to 600 or 640, there are chances the internal tables are given with 10...
Check for this solution, mentioned here with the same problem, this might helphttps://nation.marketo.com/t5/product-discussions/form-not-redirecting-on-completion/m-p/185793#M13370...
Actually the form is working but a little different when we redirects and download a file, when you submit the form the pdf gets downloaded in the background and the thank you page...
That's a good approach but in that way the element is no more editable, you can't edit the element by clicking on it in the edit mode.The only option left is to use variable to upd...
<a> in an inline element, which will create an issue on email if the border and other styling are added to it, make sure to wrap the <a> tag in a <td> and give background color and...
.none, .none table {mso-hide: all;} this should be inside the <style></style> tag with the <head> section.
<head>
(rest of the tags)
<style>
.none, .none table {mso-hide: all;}
</s...