Frequently Asked Questions

[notification type=”alert-info” close=”false” ]Note: This list is only a compilation of most frequently asked questions. For a comprehensive guide please browse the [button style=”btn-default btn-xs” icon=”glyphicon-link” align=”left” type=”link” target=”false” title=”Knowledge Base” link=”http://wpquark.com/kb/fsqm/”][/notification]

[toggles class=”yourcustomclass”]
[toggle title=”Q1. When I submit the form, it results in Internal Server Error, although the submission gets saved, why?” class=”in”]

Ans. Your server needs php5-mcrypt library installed and enabled. This is standard for most of the webhosts. But if yours doesn’t support it, then please contact your webhost.

Why do I need php5-mcrypt library? Isn’t it a overhead?

No, it is not. By default, the URL of the trackback link looks like this: `http://wpquark.com/fsqm/track/?id=i3wmJJFd2p6EX7AFDRO89dPKuVIap6la9gn5nXCPAoY%3D`. If it was not for mcrypt, it would’ve looked something like `http://wpquark.com/fsqm/track/?id=1`. Now anyone could change the URI query parameter id and this would result in leak of privacy for other users. To safely encrypt and decrypt them, mcrypt is necessary.

[/toggle]
[toggle title=”Q2. I just installed the plugin and the admin section goes blank, why?”]

Ans. This is probably because of PHP memory limit. The standard goes to somewhere 128M now-a-days. Although the plugin itself consumes very less memory, but a number of plugins together can consume a lot. If you have PHP memory set to 32M or lesser, then you will need to ask your host to increase that for you. Alternately you can try this method to increase it yourself.

[/toggle]
[toggle title=”Q3. I’ve set up the form and have published the page, but why won’t the form show up?”]

Ans. Most probably PHP is causing some Fatal Error. The most obvious reason is, you do not have mcrypt module installed. While mcrypt is a standard module, yet, some VPS and host do not enable it by default. Please contact them to have you running ASAP.

[/toggle]
[toggle title=”Q4. I’ve been trying to create a long form, but all the fields, especially some of the tabs/containers will not save, why?”]

Ans. You are probably running out of PHP POST variable limit. Please see Increase PHP post variable limits.

[/toggle]
[toggle title=”Q5. The Next/Previous or Submit button do not work, what to do?”]

Ans. Most possibly a jQuery error. Please see Themes with jQuery or jQuery UI enqueue problem.

[/toggle]
[toggle title=”Q6. Why are there line breaks in the form?”]

Ans. This is a problem with some incorrectly coded themes. Please see Fixing themes with custom wpautop priority & breaking shortcodes.

[/toggle]
[toggle title=”Q7. How to make the options of MCQ questions single column?”]

Ans. For every MCQ Single, Multiple Option elements, you’d see an option to choose your column size. Select the first one and you are done.

[/toggle]
[toggle title=”Q8. How do I disable the score completely from a form?”]

Ans. Simply do not put any score data on any of the questions. This will automatically disable score for that form.

[/toggle]
[toggle title=”Q9. How do I redirect a user after submission?”]

Ans. While creating a form, go to Form Settings » Redirection. You can have either Flat redirection or Score based redirection. For Score based redirection, please note that the percentage will be considered, not the actual score.

[/toggle]
[toggle title=”Q10. How do I send a copy of the submission in the email to the user?”]

Ans. While creating a form, go to Result & email » User Notification. Make sure you have the Attach Submission to user email enabled. To further customize user notification email, please read this.

[/toggle]
[toggle title=”Q11. Why can not I see Notify the surveyee/contributor when editing a submission?”]

Ans. The reason is you have an empty email address inside Form Settings » User Notification. Please enter a valid Sender’s Email, Sender’s Name and Notification Subject and it will start to show up.

[/toggle]
[toggle title=”Q12. How do I disable the administrator comment from a form?”]

Ans. Go to Form Settings » General Settings and remove the Administrator Remarks Title. This will disable the feature.

[/toggle]
[toggle title=”Q13. Why my mcq item will not show up in the survey report?”]

Ans. All the elements inside Other Form Elements will be excluded explicitly from the reports. You must have added Radio, Checkbox and/or Dropdown items from there. Please remove them and add the relevant items again from Multiple Choice Questions.

[/toggle]
[toggle title=”Q14. When I try to visit the URL of my standalone forms, it shows 404 error. Why?”]

Ans. This is a problem with flushing WordPress’ rewrite rules. We are finding a better way to prevent this. Until then, please visit eForm » Settings once to force flush it. (Just visit, nothing else). This should solve the problem.

[/toggle]
[toggle title=”Q15. I’d like to put some code in my element title, but when I do, nothing shows up or the form breaks. Why?”]

Ans. By default, what ever you put inside the element title, subtitle, option etc, will be considered as HTML and will be interpreted as such. So, say for example, if you want to make a part of your option bold, then you would have the label:

Hello <strong>World!</strong>

This gives advanced users more control over their form. But now if you want to display the code, instead of interpreting it, then you’d need to escape it. When escaped `` becomes `<strong>`. You can use this online tool to convert HTML into entities.

[/toggle]
[toggle title=”Q.16. How do I make users to be able to edit their own submissions?”]

Ans. While editing or creating a new form, go to Form Settings » General and enable the option User Can Edit Submission. You can also impose some time limits there. For more information, please check our documentation.

[/toggle]

[toggle title=”Q.17. How to disable user notification email?”]

Ans. Simply leave the Sender’s Email empty and it will disable user notification email.

[/toggle]

[toggle title=”Q.18. How to fix broken trackback link like /wp-admin/admin-ajax.php?…”]

Ans. You need to setup a trackback for this feature to work properly. Please see this guide.

[/toggle]
[/toggles]

Swashata has written 257 articles

Hi there, I am the Lead Developer at WPQuark.com. I love to create something beautiful for WordPress and here I write about how to use them. When I am not working, usually I am doing a number of other creative things ;).

10 thoughts on “Frequently Asked Questions

  1. Christine Bothma says:

    I have a number of different wordpress websites. Do I need to purchase this product for each website I own? (they are all on different domain names and completely seperate), or can I purchase the plugin once and then use it on any site that belongs to me?

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.