To use the web forms in your wordpress website , use the following shortcode :
[riasysapp_frontend module='module-name' redirection='true/false']
module-name : replace module-name with any of the following :
1.contactform
2.subscribeform
3.subscribeinlineform
redirection : Set redirection to true if you want to allow users to download the file after subscribing to your web site.
Set the redirection to false if you don’t want to allow users to download the file after subscribing to your web site.
Contact Form
To insert the contact form into your wordpress website’s contact page , use the following shortcode :
[riasysapp_frontend module='contactform' redirection='false']
Subscribe Form
To insert the subscribe form into your wordpress website’s subscribe page , use the following shortcode :
[riasysapp_frontend module='subscribeform' redirection='false']
Inline Subscribe Form
To insert the inline subscribe form into your wordpress website’s subscribe page , header or footer, use the following shortcode :
[riasysapp_frontend module='subscribeinlineform' redirection='false']
Subscribe & Download Form
To insert the subscribe form into your wordpress website’s download page , use the following shortcode :
[riasysapp_frontend module='subscribeform' redirection='true']
Inline Subscribe & Download Form
To insert the inline subscribe form into your wordpress website’s download page use the following shortcode :
[riasysapp_frontend module='subscribeinlineform' redirection='true']