I think I can accomplish this with javascript, but not sure.
In all honesty, I really have zero experience with javascript.
But it is about time I started learning the language, as it is a powerful tool.
In short, I want to create a way for our website user to make a series of selections, be able to go back and change selections if needed, and then send those selections to us via email.
In depth:
I want to develop a "granite tile countertop design studio"
1. The user starts at the layout page. There are some grid images of which layout they would like to choose (2 rows of 12", one full 24" tile). Then to the next selection group: "tile"
2. The user chooses which color tile. There are a number of
granite tile pictures for them to choose from. They pick which one they want then go to the next page: "grout color"
3. Next, there is an array of grout colors. The tile they selected in the prior choice is displayed and when they click on a grout color it is displayed as a line butting against the tile image. When they have the color they like, they click to the next page: "edge profile"
4. The last selection is the edge profile. They pick which one they like, again from images. And then click to "Submit Design"
5. Finally, the user is brought to a page that has their final design image. This has the tile, in the layout they picked, with the grout color they picked, and edge profile they chose. Underneath is user inputs for name, phone, and email for us to get back to them with a quote. They fill out the fields and submit via email form.
So, can this be achieved through use of javascript?
Can anyone point me in direction of how to accomplish this?
Thank you