Hi!
The subscription form is already translated.
One custom form by lang
For message I want to test with shortcode.
I create a block with my message (i’m using Flatsome theme), I translate the block and just put the shortcode in the configuration field … but I can’t test for now as I don’t receive the mail test 🙁
English version :
<div align=”center”><form method=”post” action=”https://www.mydomain.com/?na=s” onsubmit=”return newsletter_check(this)”>
<input type=”email” placeholder=”Your-email@address.here” name=”ne” required>
<input style=”display: none;” type=”checkbox” name=”nl[]” value=”1″ checked/>
<input type=”submit” value=”Subscribe”>
</form></div>
Go to list 1
Spanish version :
<div align=”center”><form method=”post” action=”https://www.mydomain.com/?na=s” onsubmit=”return newsletter_check(this)”>
<input type=”email” placeholder=”Tu-correo@electronico.aqui” name=”ne” required>
<input style=”display: none;” type=”checkbox” name=”nl[]” value=”2″ checked/>
<input type=”submit” value=”Suscribir”>
</form></div>
Go to list 2 …
++