Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
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
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.htmTo show/hide fields on the add/edit pages use custom JavaScript code. You can add your JavaScript on theVisual Editor tab in HTML mode.