svd89
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Autocomplete Places in different fieldsOkay, I will. Thank you!
Forum: Plugins
In reply to: [Calculated Fields Form] Autocomplete Places in different fieldsYes!
Forum: Plugins
In reply to: [Calculated Fields Form] Hours to daysWow YES! That did the trick. Many thanks.. again!
All the bestForum: Plugins
In reply to: [Calculated Fields Form] Hours to daysHello @codepeople2 ,
In addition of this topic I was wondering if it is also possible to add time within the ‘min. date’ field.
Fieldname 2 has now a min. date of fieldname1, but I am trying to get the min. date of ‘fieldname 1 + 2 hours. ‘ Is this possible?Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible to calculate with ‘choice texts?’Hello @codepeople2 ,
This is amazing, thank you so much for taking the time to create a video.
I really appreciate it. I got it working now!
All the bestForum: Plugins
In reply to: [Calculated Fields Form] Is it possible to calculate with ‘choice texts?’Yes, this is great and it works, thank you! But how am I able to change a part of the text to bold instead of the whole thing? Or to put some text in a <table> or so? Is that possible?
All the bestForum: Plugins
In reply to: [Calculated Fields Form] Is it possible to calculate with ‘choice texts?’Thank you so much, it works! But I lose my ‘style.’ Is it possible to combine or integrate the code with html or css?
For example:(function(){
if(fieldname104|v == 'A1 Autotransporter') return '<b>This is a test</b>';
if(fieldname104|v == 'A2 Autotransporter (luchtgeveerd)') return '<p>another <u>test</u></p>';
if(fieldname104|v == 'B1 Bagagewagen') return '<h4>final test</h4>';
})()- This reply was modified 3 months ago by svd89.
Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible to calculate with ‘choice texts?’Hello,
Is it also possible to return a certain text instead of PREC(250,2); ? For example:(function(){
if(fieldname104|v == 'A1 Autotransporter') return (This is a test);
if(fieldname104|v == 'A2 Autotransporter (luchtgeveerd)') return (another test);
if(fieldname104|v == 'B1 Bagagewagen') return (final test);
})()But this isn’t working. What am I doing wrong? Hope to hear from you.
Thank you in advance.Forum: Plugins
In reply to: [Calculated Fields Form] Checkbox image, but text outputThanks again for your answer and I understand. I will consider this.
All the best!Forum: Plugins
In reply to: [Calculated Fields Form] Checkbox image, but text outputHello,
Here I am again! I have been thinking about it a lot and I came with the following ideas:
Would it be possible to render a checkbox choice through a calculated field? For example if I choose ‘A’ (which is an image), it will return the name of that image to the (e-mail) summary.
Or maybe vice versa.. to create an image through html with an ‘on-click’ function, which will trigger my ‘invisible’ checkbox-choice ‘A?’
Hope to hear from you again. Many thanks in advance and all the best!Forum: Plugins
In reply to: [Calculated Fields Form] Checkbox image, but text outputOk, I get it. I will try to find another solution. Thank you so much for your help.
Have a great day!Forum: Plugins
In reply to: [Calculated Fields Form] Checkbox image, but text outputYes, but this will return the value and that is exactly what I don’t want. The value is a number which I use for another equation.
I want to return the ‘name’ of the image. Is this possible trough an alt text, written in the <img> code?Forum: Plugins
In reply to: [Calculated Fields Form] Checkbox image, but text outputHello,
Thank you so much for your answer. That is not quite what I mean. I need the value field for another equation. My wish is to have it similar to this. The text below the image has to be returned to the summary or e-mail. Hope you know what I mean ??
Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible to calculate with ‘choice texts?’Yes, the choice texts it is! Thank you very much. I’ve learned a lot.
All the best and have a great day!Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible to calculate with ‘choice texts?’This is great! Thank you so much.
Unfortunately I’m not able to get it working. I have adjusted it to my form’s needs (more lines to come). Did I do something wrong? This is the equation below:(function(){
if(fieldname104|r == ‘A1 Autotransporter’) return PREC(250,2);
if(fieldname104|r == ‘A2 Autotransporter (luchtgeveerd)’) return PREC(250,2);
if(fieldname104|r == ‘B1 Bagagewagen’) return PREC(100,2);
})()Many thanks in advance!
- This reply was modified 3 months, 1 week ago by svd89.