I have a form that the user accesses via single value field and has a whole workflow in a separate table gathering all the information necessary before creating a new row in another table where all the information is added. One of the steps is uploading a picture, however once I create a the new row the picture does not seem to carry over.
I see that I helped you out in the other thread, however I’m not quite grasping the challenge in this case. Could you explain a little more and maybe add a screen shot or two?
Especially the following:
I don’t really understand what you mean by “carry over” in the above context
This is a form where users input different information about the ceramic items they are about to create.
One of of the things I ask them is to upload a picture of their creation:
When they get to the end of the form-flow theres a button with an action that creates another row in a table called ceramics and adds all the information from the “Ceramic helper” into the ceramics table.
However when I create a row in the ceramics table the input/IMG (The picture the user has uploaded) is not added into the new row in the Input/Img (the newly created row in the ceramics table)
@Darren_Murphy The next button actually only moves to the next step, so it’s not add any new row.
But I took your suggestion into consideration, and checked the Data tab, and it indeed seems that the picture takes some time to upload and when I give it enough time it carries over into the new row.
I guess I’ve just ran the tests too quickly.
The problem is that the image is an optional, so I can’t set a restriction on the next button to only be visible if the image field is not empty.
Do you know if there a way so set a loader or something else that can ensure that if a picture is uploaded a new row is not created before it’s completely loaded into Glide?