Thank you for your answer,
Its working perfecly.
Hi
Thanks for your answer,
it will be very useful
But I need to know if is it possible to make it known in the Submissions/database from which post/page the form came from?
I tried to make Javascript but it didn’t work.
// Occurs before the form is loaded
function before_load() {
function getURL(url) {
url = window.location.href;
}
jQuery(“#wdform_34_element4”).val(“#url”);
}
And i made form element “Hidden input”, but I was unable to get the values into the database. Whether the script was badly done or do I have to call a function in “Edit field”.
I am asking for help in this matter.