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

Not included on form response rendered with ->renderWith() #58

Open
howardgrigg opened this issue Aug 31, 2022 · 0 comments
Open

Not included on form response rendered with ->renderWith() #58

howardgrigg opened this issue Aug 31, 2022 · 0 comments

Comments

@howardgrigg
Copy link
Contributor

I'm likely doing something wrong but I have a form "InfusionInputsForm" that gets filled out, the FormAction function (calculateInfusion) then does a bunch of calculations and then returns return $arrayData->renderWith(['Infusion']);. That template is rendered correctly but the navigator isn't displayed.

I have defined a BetterNavigatorEditLink() in that pages controller that looks at the ID passed into the form and returns a URL to edit that object directly (i.e. not the page). I note that the URL remains the name of the form function localhost/page/InfusionInputsForm after submitting the form.

Just not sure where to go from here with regards to getting the navigator displayed. Thanks.

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

1 participant