Hi, I have tried exactly this on several different places.
Where do you suggest I put the $("input").val(""); ? My first choice was onload of page, then I tried on logout event, then on login event, even tried onclick of login.
Hi, I have tried exactly this on several different places.
Where do you suggest I put the $("input").val(""); ? My first choice was onload of page, then I tried on logout event, then on login event, even tried onclick of login.
Yep, I tried but this is not the answer. Logout = clean cache out. Login = new fields.
Please could you assist.
How can i take numbers entered into a label field, add them together and display the answer into another label field on the same page.
Thanks Nikita.
Much appreciated. I looked all over for this link.
Best Regards
i have a collection of data in my database from a survey of questions. once the user clicks submit i would like to email the fields from the database to him/her. how do i go about creating this email function.