benspr
Forum Replies Created
-
Thank you. I’ll try that. Should anything in that be different if the recordset gets data from a CSV?
Hi again,
The recordset is actually part of the second form. In this case, I am able to get the field imported into the second form, but the corresponding recordset line text field doesn’t match the input.
Here’s a link where a sample of the problem exists:
Forum: Plugins
In reply to: [Calculated Fields Form] Populate field with a value from previous formNever mind, I managed to get it to work!
Forum: Plugins
In reply to: [Calculated Fields Form] Allowing the user to dynamically add form fieldsOr maybe just something to show more rows which have already been created, but which don’t show until the user clicks the button…
ok
Forum: Plugins
In reply to: [Calculated Fields Form] Displaying values in HTMLHi, this code works like a charm to add calculated outputs to an HTML field, but it adds only the unformatted value.
I’m trying to add a value in the tens of thousands of dollars—something like $32,276. That’s easy to do using the calculated field, but I want to include it inline with text in an html field, and it needs to be formatted to look right.
I can add the dollar sign to the html, but how can I add the thousands separator “,” back in?
Forum: Plugins
In reply to: [Calculated Fields Form] Adding text to the caption at only one end of sliderPerfect, thanks!
Hi, I’m trying to do the same thing as this, only take the text output of a calculated field directly, so I’ve created the div with id “result”, and I want to fill it with the result of fieldname16.
I put this in the html field:
<script>
(function(){
jQuery(‘#result’).html(fieldname16);
})()
</script>But it doesn’t work. In fact, it breaks the form. What am I doing wrong?
Forum: Plugins
In reply to: [Calculated Fields Form] Using recordset to fill a field based on dropdownHey-
That worked great. Thanks! The documentation for CFF doesn’t include any information about how to specifically include the output of a field as a condition. Might be nice to add.
Thanks for being so responsive with the plugin support. So far it’s looking like our $150 was worth it!
Hi, I’d also like to request this functionality.
We need to be able to do calculations based on a database of information tied to state and/or ZIP. I’d love to be able to use the places Add-on and then delimit the address into its component parts so we can use the value of a field to query a database.
Of course the alternative is a drop-down for state and text field for ZIP, but making it easier for the user to input their address would be especially helpful for our application.
- This reply was modified 7 years, 10 months ago by benspr.