Nesting asset builders


(L5x12w19) #1

is there any way to nest 2 asset builders in a single standard page? the first asset builder creates a product asset type then the other would be creating an image and place it under that product asset that was created in a single commit button.


(Nic Hubbard) #2

I don't think this is possible how you have described it. But you can easily do this with a multi-step form, using the newly created asset ID passed to the second asset builder as a dynamic create location.

(Duncan Robertson) #3

I tried the exact thing a while back to build mutiple image upload asset builders - I'm not sure it's actually possible. A multi step form is your best bet sikwate.


(L5x12w19) #4


yeah actually i already tried making them act separately using Ajax. then storing the id's ands stuffs to one of the product's metadata fields.
thought maybe you guys could share other better ideas and tricks.

[color="#FF0000"]Thanks a lot guys

(Gjboyd7) #5

Do you mean a Custom Form Asset? Can you please provide some more detail on how to configure that to build the assets?