On a submission form I would like to set the default contents of a text field using a calculated value.
I can see that I am able to somehow interfere with the text field from within a different field that is set to datatype 'calculated value' however I don't know how to actually set it.
As a simple example I've written this:
[@cbParamVirtual1] = "hello world"
into my calculated value. The result of this particular statement is that whenever I type into Virtual1 the data disappears. "Hello World' does not appear.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Casey
On a submission form I would like to set the default contents of a text field using a calculated value.
I can see that I am able to somehow interfere with the text field from within a different field that is set to datatype 'calculated value' however I don't know how to actually set it.
As a simple example I've written this:
[@cbParamVirtual1] = "hello world"
into my calculated value. The result of this particular statement is that whenever I type into Virtual1 the data disappears. "Hello World' does not appear.
Any suggestions are appreciated.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.