Open GoogleCodeExporter opened 9 years ago
My recommendation would be to use both the $form->email() and
$form->sendToGoogleSpreadsheet() methods after your form has been submitted.
It's not a "one or the other" type of scenario.
- Andrew
Original comment by ajporterfield@gmail.com
on 19 Apr 2011 at 6:59
Can you help me with doing this at all? I know this isn't the role of these
comments, but it would help greatly, and hopefully inform future
users/development.
Best
Richard
Original comment by rich.g.c...@gmail.com
on 19 Apr 2011 at 7:31
The upper sections of the two example files included with the project's
download (php-form-builder-class/examples/email.php and
php-form-builder-class/examples/google-spreadsheets.php) contain the
information you're looking for. It's just a matter of calling both functions
after the form has been submitted instead of just one. Does that make sense?
Hopefully I'm not misunderstanding your question.
- Andrew
Original comment by ajporterfield@gmail.com
on 19 Apr 2011 at 9:03
Makes perfect sense, Andrew - I appreciate this and glad it can be done. I have
managed to get both projects working separately - just have to figure out how
where to call them both. I'll ask around :)
Original comment by rich.g.c...@gmail.com
on 19 Apr 2011 at 9:06
Original issue reported on code.google.com by
rich.g.c...@gmail.com
on 19 Apr 2011 at 5:38