hi,
i have 3 forms for creating invitation cards.
form 1 asks users for data input eg names, address, date of event etc
form 2 is to display the data obtained from form 1 in three different styles for users to choose which style they want through the use of radio buttons. each style has different phrases, layout etc.
the script for processing form 2 has many if and else statements as well as echo.
form 3 asks for card quantity details etc.
the task:
i want to save the php output of the "chosen style" at stage 2 and embed it in the email (to the webmaster) as part of the order details together with data obtained from form 3.
how to do this please? output buffering or something else? i would like to avoid writing to files or database if possible.