Comment 2 for bug 920542

Revision history for this message
Danny Tamez (zematynnad) wrote :

After looking at this today it seems that it would be better to change from a one page form to more of a wizard style interface. I say this because we can't use the images they upload until the form has been posted and the file now resides on the server. If we did this in a wizard format we could first ask them to fill out the basics like name, published, etc and then ask them for a background image. The form is submitted and the next step shows them the background image. We then ask them for text and/or a logo image. The form is again submitted and we return to them a preview of the logo/text on the background and the raw html that is used to render them. They can then tweak the html and get instant feedback in the preview area.

Anthony, mpt let me know what you think of this. Also, mpt, could you please explain the use case for needing more than a bg image and a logo image? If more are necessary then I suppose when we ask for the logo image we could also have them upload any other images they want and then display them in some arbitrary fashion in the preview and they can tweak the html to make them look correct.

What do you think?