Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Current page url in the hidden field of the form

More
8 years 9 months ago #1917 by posmishka
Found the solution for subj.
1. Create the hidden field with name ex "hurl"
2. Add to page scripts:
$(document).ready(function() {
$('input[name="hurl"]').val(window.location.href);
});
thats all, we have stored or sended by email the url of the form page

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum