215 Posts
cubist
9 years ago
2
Topic

I'm sure this has been asked before ... but didn't find my keywords when searching.

Basically, let's pretend a select box field titled "letters" has choices A, B, C, D, etc.

Can I set a link from another page to my form that would pre-select the letters field with choice = A selected?

In the past, I'd append a string value to the link and then use some JavaScript to handle the string.

Is there a way to do this using Seblod's tools?

Get a VIP membership
4229 Posts
Kadministrator
9 years ago
1
Level 1

With the use of Live value -> variable you can select url variable, e.g. abc that will set the value of your select, then just add &abc=1 -.If this is the only variable in the url you should replace & with ?

9 years ago
0
Level 2

Hello Klas,

how would I do this if I wanted to the value not in the GET array / url but

  • the session or
  • the cookie
Get a VIP membership