computer_case
Neues Mitglied
hallo,
also ich habe hier mal nen code von einem submit button von JotForm - Easiest Form Builder
jetzt wollt ich mal fragen, ob ich diesen code irgendwie einbinden kann, sodass ich bei einem selbst gemachten "button" wenn ich drauf klicke, das es dann ein mail über jotform verschickt.
gruss computer_case
ich hoffe ihr versteht was ich meine....
also ich habe hier mal nen code von einem submit button von JotForm - Easiest Form Builder
HTML:
<body>
<table width="100%" cellpadding="2" cellspacing="0" class="tbmain">
<tr><td class="topleft" width="10" height="10"> </td>
<td class="topmid"> </td>
<td class="topright" width="10" height="10"> </td>
</tr>
<tr>
<td class="midleft" width="10"> </td>
<td class="midmid" valign="top">
<form action="http://www.jotform.com/submit.php" method="post" name="q_form_80603811683">
<input type="hidden" name="formID" value="80603811683" />
<div id="main">
<input type="hidden" id="spc" name="spc" value="spc" />
<script type="text/javascript">
document.getElementById('spc').value = 'e9485459eac0854a0bd46a224d6e8722';
</script>
<table width="520" cellpadding="5" cellspacing="0">
<tr >
<td width="150" class="left" >
</td>
<td class="right">
<input type="submit" class="btn" value="Anmelden" />
</td>
</tr>
</table>
</div>
</form>
</td>
<td class="midright" width="10"> </td>
</tr>
<tr>
<td class="bottomleft" width="10" height="10"> </td>
<td class="bottommid"> </td>
<td class="bottomright" width="10" height="10"> </td>
</tr>
</table>
gruss computer_case
ich hoffe ihr versteht was ich meine....