-
Notifications
You must be signed in to change notification settings - Fork 198
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
Uncaught TypeError: Cannot read properties of undefined (reading 'html.header') #377
Comments
I have the same error in my formeo project. In addition to showing the JSON in the formeo editor to continue editing, sometimes it appears and other times it doesn't, you have to reload the page. Upload an example of editing and rendering with javascript and html without React or VUE |
🎉 This issue has been resolved in version 3.0.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@JordanGarciaDev this issue should now be fixed. Here is a codepen demonstrating the fix: also please note, the option for the container is |
How would it look to be able to send the form rendered in the example https://codepen.io/kevinchappell/pen/yyBLJOE?editors=1010? and additionally the JSON is not shown in the editor for the edit view. https://codepen.io/kevinchappell/pen/qEWBqqy
|
@JaiderPHP
Can you clarify what you mean by "send the form rendered"?
Is this still true? I am seeing the rendered editor, is this the expected result? codepen will cache external dependencies, if its still not working you can add a query param to force a refetch ie. |
Yes, I see that it works perfectly with the latest version: 3.1.0 All the errors that have been found in the previous versions have been fixed, thanks also to @JordanGarciaDev for his contributions. But we need a clear example now of how to send the rendered form according to the example: https://codepen.io/kevinchappell/pen/yyBLJOE?editors=1010 For example "that form was created to request the name of the end user. |
ah i see what you mean. that gets kind of into backend territory. implementations can vary wildly so it's difficult to make an example that works for everyone. formeo renderer generates semantic forms so once rendered, traditional form.FormData workflow should work. i work on a demo that shows how to get the data using FormData |
Error RenderForm
The text was updated successfully, but these errors were encountered: