I am trying to show graphics in a Submission Form, based on specific data, and so i'm inserting HTML block with "if" JS's...
They work perfectly when the data is already saved in the current table. I'm using:
var cb_punchin = '[@field:L1_time_in]';
But that doesn't work if the data is coming in from another page into a hidden field in my submission form. That data hasn't been saved in the current table yet.
Is there a way to access saved data from a different table?
Or a way to grab the data from the external data coming in?
I'm learning JS in little bites... help with this would be very much appreciated.
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
egilley
I am trying to show graphics in a Submission Form, based on specific data, and so i'm inserting HTML block with "if" JS's...
They work perfectly when the data is already saved in the current table. I'm using:
var cb_punchin = '[@field:L1_time_in]';
But that doesn't work if the data is coming in from another page into a hidden field in my submission form. That data hasn't been saved in the current table yet.
Is there a way to access saved data from a different table?
Or a way to grab the data from the external data coming in?
I'm learning JS in little bites... help with this would be very much appreciated.
Link to comment
Share on other sites
5 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.