Hi.
I try popup forms CF6 and have several problems:
1. The overlay (.modal-backdrop) have я-index: 1040 but form (.ui.modal) have z-index:101. Its only my bootstrap have problems?
2. The form have v- scroll and display position not in center screen (defined in css (ui.fullscreen.modal, .modal-open .modal, .ui.modal, .modals) in bootstrap styles).
3. I set form as "closable" but i haven't on form close button (or x) and click on overlay haven't close the form.
4. After sending data i have insteed "start button" message (it's correct) and in address string my browser see address:
"http://mysite/chronoform=getconsult&event=submit"/ How can i make address like this: "http://mysite/" (only current page address?
I try popup forms CF6 and have several problems:
1. The overlay (.modal-backdrop) have я-index: 1040 but form (.ui.modal) have z-index:101. Its only my bootstrap have problems?
2. The form have v- scroll and display position not in center screen (defined in css (ui.fullscreen.modal, .modal-open .modal, .ui.modal, .modals) in bootstrap styles).
3. I set form as "closable" but i haven't on form close button (or x) and click on overlay haven't close the form.
4. After sending data i have insteed "start button" message (it's correct) and in address string my browser see address:
"http://mysite/chronoform=getconsult&event=submit"/ How can i make address like this: "http://mysite/" (only current page address?
Hi sdi_68,
Please post a link to the form so we can check it, you can hide the address using the hide button.
#4 is normal, the form name and event must be passed in the url
Best regards,
Max
Please post a link to the form so we can check it, you can hide the address using the hide button.
#4 is normal, the form name and event must be passed in the url
Best regards,
Max
Hi.
I try to post link, but ihave test at local server....
#4. How can i make change addres to only current page address, without form name and event? Because if user has reload your browser the form will send emails (for exsample) again.
I try to post link, but ihave test at local server....
#4. How can i make change addres to only current page address, without form name and event? Because if user has reload your browser the form will send emails (for exsample) again.
Not possible, the event and form name must be passed if your form is displayed using a module or using the plugin, but if you are using a menu item then only the event name is passed, and you can protect the form by adding a security action, new forms have "Validate fields" added by default.
Best regards,
Max
Best regards,
Max
Hi, post test site address:
see forms on main page. Green buttons. And more question:
5. How can i to correct place от page to time of one modal form (for example, to call in content and in footer)?
This is private content
see forms on main page. Green buttons. And more question:
5. How can i to correct place от page to time of one modal form (for example, to call in content and in footer)?
Hi. I see what modal form build to different type in different templates. At first ("protostar" on image 1) page with form has in body tag class "dimmer" (1). Start button (2) and form block with overlay (3)
In second template (image 2) page with form has in body tag class "modal-open" (1). Start button and body of form in block (2) and overlay block - with class "modal-backdrop in" separately (3).
.
At first time form have closed by click on overlay, at second - not closed. Help me please, why?
In second template (image 2) page with form has in body tag class "modal-open" (1). Start button and body of form in block (2) and overlay block - with class "modal-backdrop in" separately (3).
At first time form have closed by click on overlay, at second - not closed. Help me please, why?
Hi sdi_68,
it may be a conflict with another element on the page, I can't tell, you can disable the form popup and call the form using the plugin inside a popup module in Joomla.
Best regards
it may be a conflict with another element on the page, I can't tell, you can disable the form popup and call the form using the plugin inside a popup module in Joomla.
Best regards
Hi,
Can be this trouble if my template used bootstrap 3 ? I have not found other reasons. If I try preview in form editor - all is correct (used \media\jui\js\bootstrap.js.min). If I try preview at forms list - don't work ( used bootstrap.js.min v.3.3.7 ( from template))
Can be this trouble if my template used bootstrap 3 ? I have not found other reasons. If I try preview in form editor - all is correct (used \media\jui\js\bootstrap.js.min). If I try preview at forms list - don't work ( used bootstrap.js.min v.3.3.7 ( from template))
Hi sdi_68,
I can not be sure, do you have the latest update ? if yes then please test with the demo "modal form" first.
Best regards
I can not be sure, do you have the latest update ? if yes then please test with the demo "modal form" first.
Best regards
This topic is locked and no more replies can be posted.