yyyyy999
Forum Replies Created
-
Ok, thank you for your help.
Setting the Archives to appear in search results didn’t work but the second solution worked. Thank you very much! I just have a further question. When I return the settings to default, the noindex returns. So, does this mean I will keep these settings forever as they are now? And will this affect anything else in my SEO? Thank you.
Thank you for your response. The Global Robots Meta is set to use default settings. And the “Show in Search Results” option for all content types is set to Yes.
Thank you for your reply. I checked the page, and the “Robots Setting” is set to “Default Settings”.
Thank you Adam for your detailed answer. I think I will use your code as a “base” and modify it as you said. I really appreciate your outstanding support! Can’t thank you enough!
Thank you, Adam. It didn’t work at first, but after I changed this line ($invalid_form_message = $GLOBALS[’email_error’];) to this one ($invalid_form_message = $GLOBALS[‘submit_count_error’];) it worked. As for resetting the limit, I understand that it’s out of the scope of this support, and I appreciate your willingness to help and your provided solutions, but they won’t work exactly as intended. I have some experience in coding, so I want to experiment with some solutions but I don’t know the correct syntax to interact with forminator forms. Can you tell me where I can find this? Thank you!
Thank you so much, Adam! Your solution worked perfectly, and I really appreciate your assistance!
I was just wondering if there is a way to customize the main error message that is displayed above the form which states “Error: Your form is not valid, please fix the errors!”. The custom error message described in the code ($err_msg) is just displayed briefly under the “Number of writing pieces” field.
Also, I just realized that users will not be able to submit the form again forever after the limit (unless with a different email address). I initially intended to limit user submissions, not to completely prohibit them from any further submissions above the limit forever. So, is there a way the limit can be reset monthly (preferably from the date of the first user submission by this email)?
I apologize for any inconvenience, but I would really appreciate your help with these issues. Thank you!Thank you, Nithin. Looking back at my initial question, I see that it was not clear enough. What I want is a way to limit submission to 10 writing pieces per user. So the limit is based on the writing pieces, not the number of form submissions. To elaborate, there is a field called “Number of writing pieces” that the user enters. The user may enter 1,2 or 3. So, for example, a user may submit 2 writing pieces for the 1st time. Then, another 2 the 2nd time. Then, another 3, and finally another 3. So the total writing pieces submitted till now is 2+2+3+3, which equals 10, so the form should reject any further submissions. The user may submit the form any number of times up to 10 (if 1 writing piece is submitted each time), but will only be restricted from submitting once 10 writing pieces are submitted. I know this might be a bit confusing. Hope this makes it clear.
As for the “Field Group” field, I think it’s a new feature; I haven’t seen it before. But I have already set the logic to limit the maximum writing pieces to 3 each time and for text boxes to appear based on the number entered.Thank you for your response Nebu. This link has the export of the form. https://drive.google.com/file/d/1KkGGKnWatqerHm3KED18H1Pb9dtZJXR4/view?usp=sharing
Hello Luis, thank you for your detailed reply. I have added a mu-plugin and added the code to the plugin’s php file. Also, I changed 249 to the form id I’m using. However, I have tested it and the user can still submit more than 10 forms without any error messages appearing.