Hello,
I'm looking for a works in WIX to do the same as the following code do:
<form method="post" action="http://www.ursacademy.org/acb/index.nsf/xpDownloadLogos.xsp">
<table align="center" width="100%" border="0">
<tbody>
<tr>
<td align="right" width="40%">Client name:</td>
<td><input type="text" name="vsClientName"></td>
<td width="40%" rowspan="3" align="left"><input type="submit" value="Submit"></td>
</tr>
<tr>
<td align="right">OR</td>
</tr>
<tr>
<td align="right">Certificate No:</td>
<td><input type="text" name="vsCertNo"><input type="hidden" name="vsROSWebURL" value="http://www.urs-certification.cz"></td>
</tr>
</tbody>
</table>
</form>
The code giving me a field where I should input client name or certificate number, when the user clicks on Submit, another site opened in a new page with the client's name or certificate number populated already in the new site that opened.