Web development Studio
The module allows you to easily create any feedback forms. Wide functionality and easy configuration will allow you to receive messages immediately. Designed to increase sales of any sites. Sending an email and saving in article in the site category will allow you to follow all requests and allow you to create sections of reviews on the site.
1.Place the link in any article:
<a href='#mod123'> Go to module </a> or
<a href='#mod_123'> Go to module </a> or
<a href='#mfForm_123'> Go to module </a> or
<a href='#mfForm_form_123'> Go to module </a>
where '123 - is the module ID.
After that, the page will automatically scroll or open a PopUp window.
2.Going to any section of the site will also allow you to go to the form:
<a href='/article?itemid=22#mod123'> Go to module </a>
3.Passing values to fields by reference without reloading with scrolling:
<a href='#mod123&text0123=Madonna&text1123=My_friend'> Go to module </a>
This way the module form will be filled with the text Madonna and My friend. where text0123 and text1123 - id field.
The page will NOT be reloaded