Hi,
I only started using CF and the forum has been invaluable so far. For what I need to do next I haven't found anything, so thank you for taking the time to read my post and help out if possible!
In one of the textareas in my form the user is able to enter as much text as possible. However, I need to know how much text has been entered prior to submitting the form, as the amount of words entered in the box are used to calculate a price.
So for example, if someone enters "Great new service, check out today for free!" I need the form to autofill and display "8" below the textarea. This information should be both visible to the person filling out the form, to the database and for submission/redirect.
The data from this (e.g. the number of words) then needs to be multplied by another number depending on which option (service) the user requires, and the result of this is required for connecting the form to PayPal or similar for the correct pricing. Ideally I would also need to modify the way words are counted, and to exclude code from the word count, but this is so much further down the line that I thought I'd start with this. Uff!
Is this possible with CF? If so, can you help me out and get me into the direction on how to make this possible?
I only started using CF and the forum has been invaluable so far. For what I need to do next I haven't found anything, so thank you for taking the time to read my post and help out if possible!
In one of the textareas in my form the user is able to enter as much text as possible. However, I need to know how much text has been entered prior to submitting the form, as the amount of words entered in the box are used to calculate a price.
So for example, if someone enters "Great new service, check out today for free!" I need the form to autofill and display "8" below the textarea. This information should be both visible to the person filling out the form, to the database and for submission/redirect.
The data from this (e.g. the number of words) then needs to be multplied by another number depending on which option (service) the user requires, and the result of this is required for connecting the form to PayPal or similar for the correct pricing. Ideally I would also need to modify the way words are counted, and to exclude code from the word count, but this is so much further down the line that I thought I'd start with this. Uff!
Is this possible with CF? If so, can you help me out and get me into the direction on how to make this possible?