Avatar

Level 1

Hi,

Sorry it took so long to get back for my GoDaddy PHP Mailer.

The following is the typical form code:

<input type="submit" name="submit" value="submit"/>
<input type="hidden" name="form_order" value="alpha"/> <input type="hidden" name="form_delivery" value="hourly_digest"/> <input type="hidden" name="form_format" value="html"/>

and this is the code for email submittal of of a LiveCycle form:

<submit format="pdf" textEncoding="UTF-16" xdpContent="pdf datasets xfdf" target="mailto:sales@ags4u.com"/>

and this is my attempt to use the PHP Mailer, which does not work:

<submit format="pdf" textEncoding="UTF-16" xdpContent="pdf datasets xfdf" target="/webformmailer.php"/>

~and~

<submit format="pdf" textEncoding="UTF-16" xdpContent="pdf datasets xfdf" target="http://www.ags4u.com/webformmailer.php"/>

Thank you,

Drew