Joomla 6 Notice

We are pleased to announce that all our Joomla extensions have been compatible with Joomla 6 since October 14th, 2025.

For those currently upgrading from Joomla 3 to 4: Instructions for Joomla 4 migration can be found here:

There are standalone documentations Visforms Joomla 4, Visforms Joomla 5 and Visforms Joomla 6.

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.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

Current page url in the hidden field of the form

More
10 years 7 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