FEATURES
Create Any Types of content without coding
With a visual editor you can drag and drop the fields you need.
Change the form style with Bootstrap classes and Fontawesome classes.
Here is different types of content you can create:
Multi Step Forms
Advanced Form
Styling
Data Sets
API Keys
Form Data
Security
- CONTACT FORM
- PHOTO GALLERY
- PRODUCT GALLERY
- CUSTOM POST TYPE
- IAK TEMPLATES
- MULTI STEP FORMS
- ADVANCED FORM
- STYLING
- DATA SETS
- FORM DATA
- API KEYS
- SECURITY
Contact Form :
A basic contact form to receive mails from your users.Contact Form : a basic contact form to receive mails from your users.
The form data is automatically saved in database.
You can configure actions to:
- Receive a mail notification.
- URL Redirect : to redirect the user to a given url after form submit.
- Thank You Screen : show a screen after user hits the submit button ( to thanks the user for sending an email).
- Unpubished Post : to inform the user that you form is temporarily unvaible due to maintance of for other reasons.
Photo Gallery :
You are an artist and you want to show your work. IAKPress is made for you.
The IAKPress Photo Gallery post type let you build a photo Gallery.
You can drag and drop the Resource Field element and set the Image Path of your photos. Or you can directly use the wordpress media library.
Go further and add description to let the world know your job.
Product Gallery
Let you build a product catalog.
Custom Post Types
Let you create custom post types.
IAK TEMPLATES
Let you build pages/forms using a predefined template.
You can enhance the post by adding your own fields/content.
Multi Step Forms
For Gradual Engagement Forms.
For example Registration Forms, Booking Forms, etc
Advanced Form
Use the advanced IAKPress fields to build a powerful form.
Here is the magic fields you can use.
1-Slider Field: enable user to select a value from a given numerical range.
2-Layout Box :
-Enable user to group the form fields in sections to improve user experience.
-Enable user to create multi step forms for building gradual engagement forms. Useful when we want to build for example Signing Up Forms.
-List Box.
3-Enable to build select fields :
-Simple Select.
-Checkbox Group.
-Radio Group.
NB : To use the ListBox Field we need to create a DataModel.
The DataModel will contain the choices of the ListBox Field.
After creating a ListBox Field ==> Go To Field Settings and attach the Data Model.
4-Content Field
Let you add content in your form/post.
-Label : a basic label.
-Rich content : let you insert wordpress post in your form.
-Break Line : a basic html break line to improve user experience.
-IAK Post : insert anothor IAK Post in your current form/post.
5-Resource
Let you add Images and Videos in your form.
Styling
General Style
Let you define the general style of your form
You can find the following parameters.
Layout : let you change the position of the labelsLayout : let you change the position of the labels
Bg Image : let you define a background for your form.
Body Class : let you define the css classes of the form content. You can for example provide the bootstrap class “text-white” to have the text in white when use a BG Image (it is recommended).
Bg Opacity : define the opacity of the BG Image
BG Min Height : define the min height of the BG Image
Data Sets
The IAKPress Data Set let you define groups of choices that are used in ChoiceList Fields.
Form Data
No extra tables needed. All your data are saved in the wordpress table wp_posts.
So you can request your data as usual.
Api Keys
The IAKPress Api Keys let you configure external apis.
You can configure an SMTP API to use for sending the mail instead of using the default SMTP ( or wp_mail).
Security
No need of Captcha reCaptcha ==> the from is rendering in front with react.