This topic is locked

After Record Added Message

4/28/2007 4:58:55 PM
PHPRunner General questions
G
Greeham author

Hi,
Is there any way of adjusting where this message (the message on webpage event) appears on the page and also the font/colour/size? When the users enter information and Save it, I just want them to be advised that the information has been saved.
Thanks,
G

M
mmponline 4/30/2007

I'm not sure if the message can be put elsewhere (or formatted in a way)
I use the event "Redirect to another page" after add. Here I can add a "Thank you" or "record Saved" and other usefull information (Eg. " An e-mail will be sent to confirm your changes", or whatever)
I then put links back to the List page or other places (Eg. Home). This makes it very versatile.

G
Greeham author 4/30/2007

I managed something along the lines of what I wanted.
Used the After Record Added event and show message on webpage and just used html inside the echo"" tag and it centred/coloured/formatted, the way I wanted it to.
Thanks,