Hi everyone,
I wanted to ask if you can enter a html code that sends a post form to an external site by redirecting it to this one.
I write the html code to insert
<form method="post" action="http://www.miosito.it/index.php">
Inserisci il colore<br>
<input type="text" name="colore">
<br>Crea una passord per il tuo colore<br>
<input type="password" name="password"><br>
<input type="submit" value="Invia">
</form>
I tried to look at post (), but from how I understood and only inside to the site in wix
I hope I have been properly explained
Thank you