hi all,
i have no knowledge of PHP coding at all, but have worked many years with HTML, so if anyone can give me ideas on how I can get this done, it would be much appreciated.
My client needs to get a form up on the site for his associates for whom this website generates some leads. The associate company has provided him with the form and given some intructions on how to apply it so that the leads and chat function are tracked correctly.
These are the instructions:
Please dont forget to send parameters when you are calling the page. The parameters sent in the url are used for tracking and data logging purpose.
ex:-
http://www.xyz.com/bankapp/?parnerID...roup=city&keyw
ord=city&channeltype=partner
Now in the form I found these inputs with the instructions below:
<!--
You MUST fill in all hidden fields of the form having 'n/a' with real values
using javascript, JSP, PHP or any other dynamic tools.
-->
so I entered the values in the form,
<input type="hidden" name="channel" value="leadgen">
<input type="hidden" name="camp" value="leadgen">
<input type="hidden" name="keyword" value="city">
<input type="hidden" name="adkey" value="city">
<input type="hidden" name="adgroup" value="city">
<input type="hidden" name="channeltype" value="partner">
I think this looks ok, except I don't know how to do this in PHP -
Please dont forget to send parameters when you are calling the page,
Can anyone help! How do I pass parameters in the URL with the submit button, im not posting the form since this is for a client, but if anyone can help I can PM the URL.
thanks