Posted by Matthew Sarino
2014-07-09

Is there a way to add email functionality to the addressbook in the same way that Form2DB does? Or if not, where can I edit the link to the "Add New" button so that I can link it to a form that will allow me to set email recipients.

Thanks!
Posted by Tom
2014-07-10

Probably, it's easier to add AddNew button to Form2DB than add the mail feature to Address Book Script. But still it's beyond a quick customizaion.

About adding the AddNew button to Form2DB, there isn't a turn key solution, so all I can give you is a direction.

Open web/staff/app/cls_ps_(table-name).inc.php in a text editor and find the disabled case 'reg_init': and case 'reg_done': blocks. If you enable them, they should take care of adding a records ... well theorically. Unfortunately, the code hasn't been tested and so you may have to debug it yourself.