Access values returned after form submit

Hi everyone,

I submit a form.
My server returns a 200 response, along with some variables in a JSON format.
That’s all normal.

How do I access those variables? I want to pop up a message that depends on the variables value… but I’m having a brain-fart or something. I cannot for the life of me access it on the user side.

They are available under your server connect form > data in the data picker.

That’s what I thought.
I must be doing something else wrong.

Var: TimeLimitExpired = 0 automatically on page load.

Modal: Show when TimeLimitExpired == 1

Server Connect Form…
– On submit/success update “TimeLimitExpired” with the form data TimeLimitExpired.

Modal doesn’t show up.

Well how is your modal show setup exactly?

A Dynamic Attribute
Show when… TimeLimitExpired.value==1

I placed that variable in a paragraph somewhere else so I can see it change now. It has the correct value. Modal doesn’t show up.

Can you please show a screenshot of what dynamic attribute exactly did you select?

image

image

image

AHHH IT NEEDS TO BE “MODAL SHOW” and not “SHOW” - - got it.

Thank you.

2 Likes