Bakhshi
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Result dependency on required fieldI used this code:
IF(AND(fieldname2|r != ”, fieldname5|r != ”, fieldname9|r != ”), fieldname2+fieldname5, ”)
It is ok!
But it does not display the required field message
When you don’t select one of the fields!Forum: Plugins
In reply to: [Calculated Fields Form] Result dependency on required fieldthanks
For Calculate Button
I ticked the option:
display “calculation in progress” indicatorBut it doesn’t show
The calculation is in progress!Forum: Plugins
In reply to: [Calculated Fields Form] quotation marksThanks a lot.
Forum: Plugins
In reply to: [Calculated Fields Form] quotation marksThank you
Of course I used the “CFF – SERVER SIDE EQUATIONS” add-on for some equations
What happens if I don’t pay attention to this message?Forum: Plugins
In reply to: [Calculated Fields Form] quotation marksyes of course!
I know if I put the code like this:
var calculatedValue = [0.36,0.38,0.57];Errors are corrected, but values are also shown in the view page source like this:
var calculatedValue = [0.36,0.38,0.57];
and users can understand the values!But I want the values to be unclear in the view page source!
Forum: Plugins
In reply to: [Calculated Fields Form] HTML content in the Summary FieldThank you very much
Forum: Plugins
In reply to: [Calculated Fields Form] Summary multi-columnwhat is the class name?
Forum: Plugins
In reply to: [Calculated Fields Form] HTML content in the Summary FieldI’m going to add an image to the summary as a header!
How can I do this?Forum: Plugins
In reply to: [Calculated Fields Form] Summary multi-columnThankful
Works fine on web page.
But how do I create this style on the print page?Forum: Plugins
In reply to: [Calculated Fields Form] Move Captcha fieldYes of course the field has been moved but when I click on the next button the error alerts are not displayed.
when field is blank click the Next button
and Enter wrong value in the field
Required alert and wrong value will not be displayedForum: Plugins
In reply to: [Calculated Fields Form] Move Captcha fieldForum: Plugins
In reply to: [Calculated Fields Form] Move Captcha fieldMy question is about your second answer on this page:
////Yes, of course, include a “HTML Content” field in the form with the following piece of code as its content.
<script>
fbuilderjQuery(document).one(‘showHideDepEvent’, function(){
fbuilderjQuery(‘[class*=”fieldname1_”]’).after(fbuilderjQuery(‘.captcha’));
});
</script>/////HTML field has no required checkbox!!!
Forum: Plugins
In reply to: [Calculated Fields Form] Move Captcha fieldHow to make this field required?
Forum: Plugins
In reply to: [Calculated Fields Form] Move Captcha fieldSorry
I understood
I hadn’t changed the name of the field.thanks
- This reply was modified 5 years, 3 months ago by Bakhshi.
Forum: Plugins
In reply to: [Calculated Fields Form] Move Captcha field