Mohsen
Forum Replies Created
-
My email address:
Forum: Plugins
In reply to: [Calculated Fields Form] Random number in multiple rangeThank you so much
Forum: Plugins
In reply to: [Calculated Fields Form] Summarize getField/setValThanks…
Forum: Plugins
In reply to: [Calculated Fields Form] 403 ERROR, forbidden access.I talked to my hosting providers. They solved the problem and said in response:
Your request has been checked and the problem of saving the forms has been resolved.
This error was caused by the unusual content (sql injection) that these forms had.
In fact, this security plugin (which caused the 403 error) was disabled on your site so that this error would no longer be seen, but obviously, if the security of your site is compromised, you are responsible for it.
Forum: Plugins
In reply to: [Calculated Fields Form] 403 ERROR, forbidden access.After deleting fields 59 and 66, I try to save the changes, but I still get a 403 error and the changes are not saved.
The script of these two fields:
Field 59:<script>fbuilderjQuery(document).one('showHideDepEvent', function(){ jQuery('#fbuilder .pb0 .pbNext').text('Analyze');} );</script>
Field 66:
<script type="text/javascript"> if (document.addEventListener) { document.addEventListener('contextmenu', function (e) { e.preventDefault(); }, false); } else { document.attachEvent('oncontextmenu', function () { window.event.returnValue = false; }); } </script>
I also disabled the plugins that I updated recently. Again, I get error 403 when saving this form.
Forum: Plugins
In reply to: [Calculated Fields Form] 403 ERROR, forbidden access.This the URL when in getting 403 error :
Forum: Plugins
In reply to: [Calculated Fields Form] 403 ERROR, forbidden access.This is the form Shortcode: [CP_CALCULATED_FIELDS id=”75″]
Forum: Plugins
In reply to: [Calculated Fields Form] 403 ERROR, forbidden access.For example, this page: https://alo-diet.ir/13908-2/
Thank u so much
Forum: Plugins
In reply to: [Calculated Fields Form] Printing problem in Chrome browserThank you so much
Forum: Plugins
In reply to: [Calculated Fields Form] change the background color of TableThank you so much.
Forum: Plugins
In reply to: [Calculated Fields Form] customize next button in first pageThanks a lot For your great plugin
Forum: Plugins
In reply to: [Calculated Fields Form] customize next button in first pageThank you.
I have another question!
It is possible to move to a specific page of the form by add an onlick event to a button. For example, page 3Forum: Plugins
In reply to: [Calculated Fields Form] customize next button in first pageThanks, that was too easy.
I have another question Can I use shortcodes of Restrict content pro plugin to limit parts of a form? These shortcodes restrict some of the content for some membership levels. for example : [restrict]This is the restricted text[/restrict] For an entire form, these codes work correctly: [restrict][CP_CALCULATED_FIELDS id="1"][/restrict] But when it is placed inside a form, no special action is performed: "HTML Content" field: [restrict] ... ... .... "HTML Content" field: [/restrict]
Forum: Plugins
In reply to: [Calculated Fields Form] Summarizing formulasThank u so much!