Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text input value="{search:your_custom_field}" #33

Open
maxbato opened this issue Dec 3, 2014 · 3 comments
Open

text input value="{search:your_custom_field}" #33

maxbato opened this issue Dec 3, 2014 · 3 comments

Comments

@maxbato
Copy link

maxbato commented Dec 3, 2014

<input type="text" name="content" value="{search:content}">

is showing {search:content}

inside my refreshed form field.

Any ideas?

@rsanchez
Copy link
Owner

rsanchez commented Dec 3, 2014

Do you have search:content added as a dynamic_parameter to both the form and entries tags?

{exp:dynamo:form ... dynamic_parameters="search:content"}
{exp:dynamo:entries ... dynamic_parameters="search:content"}

@maxbato
Copy link
Author

maxbato commented Dec 3, 2014

I didn’t have it as a parameter in the form. Is this always the case? It doesn’t seem to be in your docs.

Works now, should I put my other dropdown fields in there as well? (As parameters?) those are working correctly.

Mike Keller
[email protected]
510.461.8867

On Dec 3, 2014, at 5:20 AM, Rob Sanchez [email protected] wrote:

Do you have search:content added as a dynamic_parameter to both the form and entries tags?

{exp:dynamo:form ... dynamic_parameters="search:content"}
{exp:dynamo:entries ... dynamic_parameters="search:content"}

Reply to this email directly or view it on GitHub #33 (comment).

@maxbato
Copy link
Author

maxbato commented Feb 21, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants