russellpabon
Forum Replies Created
-
Forum: Plugins
In reply to: [GuiForm] alert mail and cssIt will send the link of the file in the email instead of the file itself. I am still thinking of a convenient way for the users to add CSS and may take some time to implement. Please send me the link of your form. Below is my support email address.
Thanks.
Forum: Plugins
In reply to: [GuiForm] i cant get the email alertGmail probably prevented you from sign-in attempt in case it was a hijacker trying to access your account. Login to your email and google will alert you that someone is trying to access your mail. Please click the link below and verify that it was you who are trying to access.
Forum: Plugins
In reply to: [GuiForm] [email] is already existEmail field are unique value and mainly used for registration forms. Use the “Text Box” field and select email validation in property instead.
Forum: Plugins
In reply to: [GuiForm] receiving form infoMay be you forgot to setup your email notification? Check your form email settings and include the other fields. If that is not working please send me your demo website account so that I can check and debug. Below is my support email address.
Thank you for using GuiForm Plugin.
Forum: Plugins
In reply to: [GuiForm] Edit EntriesI will take note of that, currently I am working for version 2 of the plugin which change the entire source code for enhancement and also for the paid version where you can have more functionality, tools and other cool features.
Forum: Plugins
In reply to: [GuiForm] Drop down options outside drop downGuiForm are using jQuery v1.10.2 and Iframe to prevent conflict from theme CSS and JavaScript.
Forum: Plugins
In reply to: [GuiForm] Drop down options outside drop downYour theme is not responsive, use the following short code below to display your form exactly the same without IFRAME.
[GuiForm id="1"]
or
<?php echo do_shortcode("[GuiForm id='1']"); ?>
Do not edit this line
<guiform name="field_3458"></guiform>
in your database table. I replaced the select tag because this cause 404 error when saving your work. Please use jQuery version 1.9.2+ to make it work.Forum: Plugins
In reply to: [GuiForm] Drop down options outside drop downI checked this with the new plugin version and its working fine. What version of plugin and WordPress are you using?
Forum: Plugins
In reply to: [GuiForm] field properties doesn't workHi,
What version of WordPress and browser are you using? I checked this issues with several websites and web hosting and all you said was working properly. I need to see the error for myself, please send me a demo account of your website in my email. Check also the demo website.
demo website:
url: https://demo.guiform.com/wp-admin/admin.php?page=guiform/form-builder
user: demo
pass: demoThanks
Forum: Plugins
In reply to: [GuiForm] Can't save Mail Setup or FormsIf you are using SMTP with SSL encryption you need to input your email host, port, username and password to make it work. I checked and tested the add email and form from several servers and its working fine. Can you give me access to your WordPress website so i can check what the real issue? Also make sure you are using the recommended WordPress version which is version 3.6 and above. Below is my email address.
Forum: Plugins
In reply to: [GuiForm] Can't add mail in Mail SetupPlease upgrade your plugin to version 1.5.3
Forum: Plugins
In reply to: [GuiForm] Responsive ModeSend me your link here at [email protected] if you want to make your website private. Thanks
Forum: Plugins
In reply to: [GuiForm] Responsive ModeHi,
Can you give me the page link of the form? I need to check and see what is wrong.
Thanks
Forum: Plugins
In reply to: [GuiForm] ShortcodeTry this:
Shortcode for widget:
[GuiForm id=’1′]
[GuiForm id=”2″ responsive=”desktop”]
[GuiForm id=”3″ responsive=”mobile”]
[GuiForm id=”1″ responsive=”all”]Shortcode for Themes:
<?php echo apply_filters(‘the_content’, “[GuiForm id='1' responsive='all']
“); ?>Forum: Plugins
In reply to: [GuiForm] Exported DataYes, I will add import and export of entries and forms in the future.