Closed colinambler closed 8 years ago
I'm afraid Stash doesn't register POSTed variables that are passed as arrays. You would need individual form fields:
<input type="text" name="post_code">
{exp:stash:get name="post_code" dynamic="yes" match="#^[A-Za-z0-9\s]+$#"}
Bummer! No problem though. I'm on it. Thanks for the response.
Hey,
I'm trying to retrieve a value from within an array within the POST. Here's my code:
{exp:stash:get name="member_primary_address[region]" dynamic="yes"}
I'm trying to access the region value, but it won't go! I've tried everything. Any advice?