Compare commits
No commits in common. "9662a50022e94512ab2afce4a18150168b69838d" and "23a23f7f56476b5b5b7a635078d208bda14a4d7b" have entirely different histories.
9662a50022
...
23a23f7f56
18
readme.txt
@ -3,8 +3,8 @@ Contributors: cognitoapps
|
|||||||
Donate link: https://www.cognitoforms.com
|
Donate link: https://www.cognitoforms.com
|
||||||
Tags: form, forms, cognito, cognito forms, create form, create forms, form builder, form creator, form generator, html form, online form, online form builder, online forms, registration, survey, surveys, web form, web forms, embed, anti-spam, email form, email, responsive, payment
|
Tags: form, forms, cognito, cognito forms, create form, create forms, form builder, form creator, form generator, html form, online form, online form builder, online forms, registration, survey, surveys, web form, web forms, embed, anti-spam, email form, email, responsive, payment
|
||||||
Requires at least: 3.5
|
Requires at least: 3.5
|
||||||
Tested up to: 5.9.1
|
Tested up to: 5.6
|
||||||
Stable tag: 2.0.0
|
Stable tag: 1.1.8
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
@ -82,8 +82,12 @@ In order to create a form, you need to create a Cognito Forms account through th
|
|||||||
== Screenshots ==
|
== Screenshots ==
|
||||||
|
|
||||||
1. After activation, the Cognito Forms plugin will appear in your menu. Click on the plugin to be taken to Cognito Forms.
|
1. After activation, the Cognito Forms plugin will appear in your menu. Click on the plugin to be taken to Cognito Forms.
|
||||||
2. Once logged in, build a new form from a template or from scratch.
|
2. Click on the menu icon in the upper right to log in or sign up.
|
||||||
3. Open the page or post where you'd like to insert your form, then add the Cognito Forms block.
|
3. Once logged in, build a new form from a template or from scratch.
|
||||||
4. Select your form from the drop down and click "Embed".
|
4. Build your form and click "Save".
|
||||||
5. The plugin automatically embeds the form on your site.
|
5. In your WordPress menu, add a new Page or Post.
|
||||||
6. Preview or publish to see your new form in action!
|
6. In the editor, click on the orange Cog icon for Cognito Forms.
|
||||||
|
7. Select the form name from the drop down and click "Insert Form".
|
||||||
|
8. The plugin inserts the Cognito Forms short code for you.
|
||||||
|
9. Preview or post your new form!
|
||||||
|
|
||||||
|
BIN
screenshot-1.png
Normal file → Executable file
Before Width: | Height: | Size: 382 KiB After Width: | Height: | Size: 94 KiB |
BIN
screenshot-2.png
Normal file → Executable file
Before Width: | Height: | Size: 444 KiB After Width: | Height: | Size: 71 KiB |
BIN
screenshot-3.png
Normal file → Executable file
Before Width: | Height: | Size: 277 KiB After Width: | Height: | Size: 105 KiB |
BIN
screenshot-4.png
Normal file → Executable file
Before Width: | Height: | Size: 263 KiB After Width: | Height: | Size: 85 KiB |
BIN
screenshot-5.png
Normal file → Executable file
Before Width: | Height: | Size: 792 KiB After Width: | Height: | Size: 94 KiB |
BIN
screenshot-6.png
Normal file → Executable file
Before Width: | Height: | Size: 766 KiB After Width: | Height: | Size: 70 KiB |
BIN
screenshot-7.png
Executable file
After Width: | Height: | Size: 68 KiB |
BIN
screenshot-8.png
Executable file
After Width: | Height: | Size: 70 KiB |
BIN
screenshot-9.png
Executable file
After Width: | Height: | Size: 31 KiB |
@ -37,7 +37,7 @@ class SelectDialog extends React.Component<IDialogProps> {
|
|||||||
shouldCloseOnClickOutside={ false }
|
shouldCloseOnClickOutside={ false }
|
||||||
>
|
>
|
||||||
<iframe
|
<iframe
|
||||||
style={ { width: '500px', height: '100%', display: 'block' } }
|
style={ { width: '500px', height: '500px', display: 'block' } }
|
||||||
src={ `${ baseUrl }/integrations/cms` }
|
src={ `${ baseUrl }/integrations/cms` }
|
||||||
title="Choose a Form"
|
title="Choose a Form"
|
||||||
></iframe>
|
></iframe>
|
||||||
|
@ -52,10 +52,9 @@
|
|||||||
|
|
||||||
// Remove modal padding
|
// Remove modal padding
|
||||||
.cognito-modal {
|
.cognito-modal {
|
||||||
height: 600px;
|
|
||||||
|
|
||||||
.components-modal__content {
|
.components-modal__content {
|
||||||
padding: initial;
|
padding: initial;
|
||||||
|
height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.components-modal__content::before {
|
.components-modal__content::before {
|
||||||
|