Page 1 of 1

Inserting text into template added by the user

Posted: Wed Apr 15, 2009 5:40 pm
by austin6118
As of now I have a form where you add different images from your computer and they are then to be shown in the next page when you hit OK. The user is also going to be able to add the template they want to use for these pictures. My problem/question is how to add these pictures into a specific area of the template once the user adds the template desired. The other part of this is that the user needs to be allowed to write some text and that text will be entered into the body of the page. The main concern is just how to assign these fields into a particular part of the page.

Re: Inserting text into template added by the user

Posted: Wed Apr 15, 2009 6:50 pm
by Christopher
Allow users to embed some kind of tag like "{photo}" that you will replace with the actual value when you generate the page.