Hi,
I am trying to create a bulk order form for my site : anythingbutplainchocolate.co.uk.
All I need the form to do at the stage is display specific details for all the products in a given product category.
The body of the form would show the following:
product1_checkbox prod1_image product1_short_description product1_long_description
product2_checkbox prod2_image product2_short_description product2_long_description
product3_checkbox prod3_image product3_short_description product3_long_description
….
My questions are:
- How can I get a static image per product line – I do not see an image field
- Is it possible to populate all of the product lines automatically using the products in a category?
My coding knowledge is very limited




September 4, 2012 at 1:00 pm
You can use the HTML field and add the images there, or you can edit the customizable form HTML.
I don't think it would work to populate automatically since you are needing HTML mixed in.
September 5, 2012 at 6:42 am
Hi Stephanie.
Thank you for you reply .
I have added a HTML field under the FRM_FIRST_THIRD section. The html I have used is <IMG SRC="http://anythingbutplainchocolate.co.uk/wp-content/uploads/2012/08/confit_grapefruit-150x150.jpg" ALT="some text"
For some reason the first column is now in row of its own and the second and third columns are next to each other.
Attachment:

September 5, 2012 at 11:01 am
You are missing the closing bracket on your HTML... Your HTML should look like this:
<img src="http://anythingbutplainchocolate.co.uk/wp-content/uploads/2012/08/confit_grapefruit-150x150.jpg" ALT="some text"/>
September 5, 2012 at 11:40 am
Thanks Steve - and apologies for my lack of html knowledge.
September 5, 2012 at 11:44 am
No Worries. Best of luck with the rest of your project.
Topic closed.