Package Building With Database

Hi Everyone!

Long time Wix user, first time posting so bear with me if I’m missing vital info to answer my question. Let me know and I’ll be happy to provide additional details.

I run a graphic and web design company part time and I’m running into some limitations on my vision for the users process while on my site. What I would like to do is have a user be able to go to a single page with different collections and choose their preferences. For example:

/lands on the “build your base” page
/inputs basic info
/selects a color scheme from palette swatch images in a collection
/selects a style/template from images in a collection
/selects 2 font preferences from images in a collection
…and so on.

I’m good with how to build the databases and apply them on the page… I just have no clue how to capture their selections without having to build text entries below each section. Is it even possible to have them click on an image in a collection and have it automatically push that info to the database? Then all they have to do is click submit at the bottom and redirect to the sites homepage. Currently I have to title my images with specific identifiers and the user has to type that in a field underneath the section. I was hoping to remove their need in doing so and still get their selections.

Thanks everyone!
AB

Hi,

you can achieve that writing code.
create a form and hide the inputs, click on the matching images will fill the hidden inputs with values (for example radio buttons, checkboxes, dropdown etc). you can also capture the on submit button click so before submitting the form you can retrieve the selections and insert them to a db collection.

Wix is currently working on more input types - time, color, slider etc which will be released in the future

Shlomi