Hello:
I have an application where users are generating form letters, you know, like mail merge. The first page contains the RTE. When the user submits the form, it goes to a second page, where the data they submitted is formatted and included in the body of a letter. They can then print the letter out, and it looks like a custom-typed letter.
Anyway, I have been having problems with the image upload feature and maintaining links. I tried enabling the full path option, which I am not sure if it helped.
1) Does the application require its files to be in folder called "RTE" as the installation files indicate?
2) In this application that I created, after the user submits the form, and they are looking over the form letter before they print it, if something is wrong, they press the "back" button to go back to the form. This works fine with the RTE, unless there is a photo. If there is a photo, it resets the entire form. I tried creating a form submit loop, where a button was available to "go back". The "Go back" button simply submitted the data back to the form, which was then plugged into the form fields as default values. When I tried this, I lost the links to the images because of the quotation marks being passed.
Any suggestions to making the "back" button work right?