Clicking on link i am loosing form values.
I have couple cfinput type="text" required=Yes, i have links as well and when user clicks on the links then page calls the same page as shown below.
but my problem is when i click on link, this link is in the bottom of the page and i have 5 text boxes. if i enter some text in the text boxes and clicking link is disappearing values from the text box. but i need these values to stay in the form.
I am using the below link to add or remove some values from the form.
<a href="#attributes.pageurl#?action=add&SFM=1&TFM=0">ADD Family Member</a>
Please let me know if you have any idea why i am loosing values in the text boxes from cfform by clicking on the link.
Thanks in advance.
