This topic is locked

Tell-A-Friend form

12/31/2009 11:33:33 AM
PHPRunner General questions
S
Sakunne author

What I need to do is a ... Tell-A-Friend form.

It should save information into two tables in database - who recommends (master table) & to whom he recomends (detail table).

And last but not least - it should be able to insert multiple records at one click (detail table)

Something like that:

http://seenior.ee/demos_rec/maian_friend/

but with database support

J
Jane 1/7/2010

Hi,
Unfortunately PHPRunner do not support to update two tables at the same time. As workaround use Before record added/Before record updated events on the Events tab:

http://www.xlinesoft.com/phprunner/docs/update_multiple_tables.htm
To show/hide fields on the add/edit pages use custom JavaScript code. You can add your JavaScript on theVisual Editor tab in HTML mode.