I apologize in advance , using a translator.
There was a following situation . Need to implement a pop-up window with CSS and put into working shape.
Pop-up form looks like this:
Is it possible this implementation ? Through the plugin did not work
Thank you for your attention!
There was a following situation . Need to implement a pop-up window with CSS and put into working shape.
Pop-up form looks like this:
</body>
<!-- form that pops up after pressing a certain button -->
<a href="#x" class="overlay" id="errors"></a>
<div class="popup">
<h2>title</h2>
<p>some text</p>
There should be our form
<a class="close-popup" href="#close"><span class="close-popup-arial">×</span></a>
Is it possible this implementation ? Through the plugin did not work
Thank you for your attention!
Are there any ideas? Maybe I do not understand explained?
Hi Burmistov,
Sorry, I don't fully undersand the question :-(
Please see this FAQ which may help,
Bob
Sorry, I don't fully undersand the question :-(
Please see this FAQ which may help,
Bob
By clicking on the link with the anchor opens a modal window, it does have some text and shape, I'm trying to insert a form using the plugin chronoforms5, but instead form only see {chronoforms5} name of my form {/ chronoforms5}.
Popup text and links to form the tag is located outside the water, and is called as needed. This can be realized?
Popup text and links to form the tag is located outside the water, and is called as needed. This can be realized?
By clicking on the link with the anchor opens a modal window, it does have some text and shape, I'm trying to insert a form using the plugin chronoforms5, but instead form only see {chronoforms5} name of my form {/ chronoforms5}.
Popup and text link to the form is outside the <BODY> tags and called as needed. This can be realized?
<html>
<body>
......
</body>
<!-- form that pops up after pressing a certain button -->
<a href="#x" class="overlay" id="errors"></a>
<div class="popup">
<h2>title</h2>
<p>some text</p>
There should be our form {chronoforms5}my_form{/chronoforms5}
<a class="close-popup" href="#close"><span class="close-popup-arial">×</span></a>
<html>
Popup and text link to the form is outside the <BODY> tags and called as needed. This can be realized?
<html>
<body>
......
</body>
<!-- form that pops up after pressing a certain button -->
<a href="#x" class="overlay" id="errors"></a>
<div class="popup">
<h2>title</h2>
<p>some text</p>
There should be our form {chronoforms5}my_form{/chronoforms5}
<a class="close-popup" href="#close"><span class="close-popup-arial">×</span></a>
<html>
This topic is locked and no more replies can be posted.