russellpabon
Forum Replies Created
-
Forum: Plugins
In reply to: [GuiForm] Exported DataYes, that is correct. I changed the heading column to the actual table field name so that you can used your exported CSV to import your data back.
Forum: Plugins
In reply to: [GuiForm] 404 / wrong form link?I see, so this is not GuiForm plugin issue then. You need to add RewriteCond in your .htaccess file to hide your subfolder similar to the code below.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?domain.com$
RewriteCond %{REQUEST_URI} !^/subfolder/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /domain/$1
RewriteCond %{HTTP_HOST} ^(www.)?domain.com$
RewriteRule ^(/)?$ subfolder/ [L]Forum: Plugins
In reply to: [GuiForm] 404 / wrong form link?Why do you need to change Site Address URL? It is obvious that it will break the link. If you want to go back to your main site use the Costume menu in your profile site navigation. If you insist try this alternative none clean URL.
Example:
https://xyz.com/portfolio/?form=1Forum: Plugins
In reply to: [GuiForm] 404 / wrong form link?Sorry wrong URL, try the link below.
https://demo.guiform.com/subfolder/wp-admin/
user: demo
pass: demoForum: Plugins
In reply to: [GuiForm] 404 / wrong form link?I think you didn’t configure your WordPress subfolder properly. Try to remove the .htaccess file in your subfolder or parent directory, make sure you have a backup. Below is the link of my demo subfolder WordPress site, you can check.
Form: https://demo.guiform.com/subfolder/form/1
Admin: https://demo.guiform.com/subfolder/wp-admin.php
user: demo
pass: demoForum: Plugins
In reply to: [GuiForm] 404 / wrong form link?Go to GuiForm settings choose Custom Link and enter “portfolio/form” in the text box. Please reply to this post with the result.
Thanks
Forum: Plugins
In reply to: [GuiForm] Dropdown Issue?Please check version 1.4.10 and test the dropdown field if it still “hangs” on the spinner when you save. I also fix the view entry details. Thanks for supporting GuiForm plugin.
Forum: Plugins
In reply to: [GuiForm] Dropdown Issue?I love the way you report bugs in the plugin, I really appreciate your effort doing this. Below are the list of updates and fixes I completed. Please feel free to add threads if you see more errors in the plugin.
- Added POST and GET method to populate text and default field value, check help tab for detailed instruction on how to use.
- Added form quick edit option Save Entries, enable to save entry or not.
- Added redirect URL parameter options.
- Fix miss spelled word default.
- Fix broken custom message styling.
- Fix broken thank you message window.
- Fix form saving issues.
Forum: Plugins
In reply to: [GuiForm] Dropdown Issue?Send me a demo account of your website, this way I can fix the problem fast. Most probably you have 404 error in WordPress admin-ajax.php request. I noticed this happen sometimes when using PHP version 5.4+ where html input are not properly encoded. Below is my email address if you need further more assistance.
Forum: Plugins
In reply to: [GuiForm] i cant get the email alertIf it’s working in your gmail account then probably it’s in your email host. Unluckily I can’t help you with this because I don’t have doteasy.com account. Why not try to create a dummy gmail account then forward all your email to your doteasy.com email. But the best way is to contact your email host support and ask for assistance.
Forum: Plugins
In reply to: [GuiForm] i cant get the email alertTry to use send via SMTP, use SSL encryption check Use SMTP authentication and enter your username and password in email setting page. Let me know if it works for you.
Forum: Plugins
In reply to: [GuiForm] i cant get the email alertBrowser type has nothing to do. Can I check your form and configuration?
Forum: Plugins
In reply to: [GuiForm] Textarea content in email not correctly encodedCheck out version 1.4.7, I added solution for textarea html email output.
Thanks
Forum: Plugins
In reply to: [GuiForm] Email formattingYou need to remove the entire table in the design pane and create your own table, this way it won’t override your design every time you modify the form. Below is my support email address if you need further more assistance.
Thanks
Forum: Plugins
In reply to: [GuiForm] Database errorPlease upgrade your GuiForm plugin to version 1.4.6 to resolve the issue. Mark this post resolve if the problem are fix.
Thanks