Screen render bug? #2635
Unanswered
matheustetz
asked this question in
Q&A
Replies: 1 comment
-
Hi. The whole screen is one big form. This is why the html parsing is broken, because you are trying to do the following: <form>
<form>Other</form>
<form>Other</form>
</form> To determine where to send the form we use html attribute <button type="submit" formaction="https://example.com">To example</button>
<button type="submit" formaction="receita">Submit to another page</button> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm experiencing an issue dealing with file-loaded 'blade' forms in my screen.
Every time I load forms from a blade file, the first loaded form is rendered differently than how it was written in the blade. The rest of the forms render normally.
platform.php:
My Screen loading the forms from a blade file:
The balde file with two identical forms:
Rendered scren:
Beta Was this translation helpful? Give feedback.
All reactions