Closed JordanGarciaDev closed 3 days ago
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
:tada: This issue has been resolved in version 3.0.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
@JordanGarciaDev this issue should now be fixed. Here is a codepen demonstrating the fix: https://codepen.io/kevinchappell/pen/yyBLJOE?editors=1010
also please note, the option for the container is renderContainer
, not container
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
@JordanGarciaDev this issue should now be fixed. Here is a codepen demonstrating the fix: https://codepen.io/kevinchappell/pen/yyBLJOE?editors=1010
also please note, the option for the container is
renderContainer
, notcontainer
@JaiderPHP
How would it look to be able to send the form rendered in the example https://codepen.io/kevinchappell/pen/yyBLJOE?editors=1010?
Can you clarify what you mean by "send the form rendered"?
and additionally the JSON is not shown in the editor for the edit view.
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. ?v=3.1.0
@JaiderPHP
How would it look to be able to send the form rendered in the example https://codepen.io/kevinchappell/pen/yyBLJOE?editors=1010?
Can you clarify what you mean by "send the form rendered"?
and additionally the JSON is not shown in the editor for the edit view. https://codepen.io/kevinchappell/pen/qEWBqqy
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.
?v=3.1.0
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. How would it be for the end user to click on a button and the form is sent and the json with the rendered responses is stored?
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
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
I made this example to update the form, and it works perfectly.
But I'm replicating it to save the form with the answers and it doesn't work, I don't know what I'm doing wrong, since it's very similar to editing, I've done it with Onsave and Onrender
Error RenderForm