Submission should require password

I can’t find any documentation on if this is possible.

I want to have a field in the form entry.
The user must fill in this field with a string (it’s a customer # from another table).
So the condition is a simple query, does the field exist IN the other table.

Form can only be submitted if the query is true.

It doesn’t matter if the condition reveals the submit button, or not meeting the condition causes a submission validation error.

What would be the best way to approach that?

Thanks.

Can you please elaborate how are you currently getting the value from your table for conditional logic usage?

Still debatable, but I would imagine I end up with an Array of all possible values.
The value in the form should just be contained in that Array ( in_array() )

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.