Hello @famjad86
Thank you so much for using our plugin. Yes, that’s possible. Please visit the “Calculated Fields Form > Troubleshoot Area & General Settings” menu option, tick the “Do not load the forms in crawlers” checkbox, and finally, press the “Update” button.
Best regards.
Thread Starter
Faixan
(@famjad86)
Thank you CodePeople2 for your guidance.
I have one more question should I post it in this thread or create a new thread.
Hello @famjad86
We will answer your question in this thread or another, as you prefer.
Best regards.
Thread Starter
Faixan
(@famjad86)
Great.
Problem is when I add my tool’s html code in wordpress custom block its design/layout look ok and when i enter the same code in the calculated field forms the layout gets disturbed.
Hello @famjad86
The answer to this question requires more details, such as: What styles are you entering? What elements do you want to modify and how? Where did you enter the styles in the form settings?
To ensure the styles you’re entering take precedence over other styles in the page, I recommend using the !important modifier with the CSS rules.
For example, assuming you want to apply the color green to every form field’s label, in this hypothetical case, you can enter the style definition below through the “Customize Form Design” attribute in the “Form Settings > Advanced Settings” tab:
#fbuilder .fields>label{color: green !important;}
Learn more about the form design customization by watching the following video tutorial:
https://youtu.be/acZC-fVh3y8?list=PLY-AOoHciOKgZQsqWfkQlHJ21sm3qPF9X
Best regards.