Hi,
at this page we have insered the form but doesn't work correclty:
https://www.joomlalombardia.org/test-plugin
https://www.joomlalombardia.org/test-module
The form take the layout of template and the submit donesn't work
Could you to help me to resolve this issue?
regards
What does your submit event look like
You need to access at the backend?
Just a screenshot to start
Sorry, don't check this screen shot are wrong, I post a correctly now
I've also disable the antispam check
Hi,
do you have some update?
thanks!
Sorry, been a bit busy.
If you open the developer console (press F12) are there any errors when loading the form? And if your template is messing with the layout then you'll need to edit your tempalte's CSS by adding :not(.ui) to all the entries that are impacting
Loading the form I get only this error:
Failed to set referrer policy: The value '' is not one of 'no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'same-origin', 'strict-origin', 'strict-origin-when-cross-origin', or 'unsafe-url'. The referrer policy has been left unchanged.
Hi,
on load, I've added a custom code box with the instruction below, but something still doesn't work correclty:
$jdoc = \JFactory::getDocument();
$jdoc->addStyleSheet(JURI::root().'libraries/cegcore2/assets/semantic-ui/reset.inline.min.css');
$jdoc->addStyleSheet(JURI::root().'libraries/cegcore2/assets/semantic-ui/site.inline.min.css');
$jdoc->addStyleSheet(JURI::root().'libraries/cegcore2/assets/semantic-ui/semantic.min.css');
$jdoc->addStyleSheet(JURI::root().'libraries/cegcore2/assets/semantic-ui/text.css');
$jdoc->addStyleSheet(JURI::root().'libraries/cegcore2/assets/semantic-ui/fixes.semantic.css');
$jdoc->addScript(JURI::root().'libraries/cegcore2/assets/semantic-ui/semantic.min.js');
$jdoc->addScript(JURI::root().'libraries/cegcore2/assets/js/g2.js');
$jdoc->addScript(JURI::root().'libraries/cegcore2/assets/js/g2.boot.js');
$jdoc->addScript(JURI::root().'libraries/cegcore2/assets/js/g2.forms.js');
$jdoc->addScript(JURI::root().'libraries/cegcore2/assets/js/g2.actions.js');
1) I always get this error form console:
Failed to set referrer policy: The value '' is not one of 'no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'same-origin', 'strict-origin', 'strict-origin-when-cross-origin', or 'unsafe-url'. The referrer policy has been left unchanged.
2) The request field doesn't have the symbol '*'
3) At the submit, the confirmation message don't appear and don't send a mail
It shouldn't be necessary to load any of that.
That console error can be ignored.
What does your debug say?
Hi do you have some update?
Regards
I'm getting errors on the page,
VM135:405 Uncaught TypeError: a[b].target.className.indexOf is not a function
at qu.v.ni (eval at xhr.onreadystatechange (test-module?chronoform=contatti&event=submit:419), <anonymous>:405:129)
Instead of just having an event loader in your fail conditions, e.g. in your Validate Fields action, can you try putting a message AND THEN the event load?
Hi healyhatman,
do you have some update? :-)
Regards
Hi healyhatman,
do you have some update? :-)
Regards
Can you get rid of all that loadJs() stuff and set the form to normal instead of "easy mode"
Just PM me access details
Thanks I'll take a look when I can