将URL参数传递给sendy表单

时间:2016-01-28 16:26:29

标签: html wordpress forms parameter-passing sendy

我想将参数传递到字段" name"我的Sendy表格。我想在网址中写一下www.mywebsite.com/ ?src = works 和"工作"显示为订户的名称。但是我该如何实现呢?我已经尝试了#34; GET"但没有成功。感谢。

<form action="http://trackingit.in/subscribe" method="POST" accept-charset="utf-8">
    <label for="name">Name</label><input type="text" name="name" id="name">&nbsp;<label for="email">Email</label><input type="text" name="email" id="email">&nbsp;<input type="hidden" name="list" value="(hidden)">
<input type="submit" name="submit" id="submit">
</form>&nbsp;

0 个答案:

没有答案