You are viewing limited content. For full access, please sign in.

Question

Question

Pass URL Values to Table Variables

asked on June 12, 2014

To ease formatting I have built a non-repeating table that has 4 fields (Employee ID, First Name, Last Name, and Department).  I want to pass the Employee ID via the URL but can't seem to get it to see it so long as it is in a table.  If it is just a text box then it works fine.  Is there a non-Javascript way to pass a value from the URL into a non-repeatable table cell?  If not then I can figure out how to do it through JS but I am hoping I am just missing something obvious. 

0 0

Answer

APPROVED ANSWER SELECTED ANSWER
replied on June 12, 2014

Values cannot be passed through URL into a field that's part of a table. Your options would be to use JS as you mentioned, or format your fields to be side-by-side using CSS rather than placing them in a table.

0 0
replied on June 12, 2014

That's what I figured but just wanted to check.  Thanks.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.