Alright, I am pretty noobish here so bear with me.
I believe I have things set up correctly, but all I receive in my email is the image name - no actual images.
Here is a combined screen capture of my HTML and Chrono settings
Large Image File should pop
I believe I have things set up correctly, but all I receive in my email is the image name - no actual images.
Here is a combined screen capture of my HTML and Chrono settings
Large Image File should pop
Hi Duke,
Add enctype='multipart/form-data' in the Form Tag Attachment field on the General tab and hopefully all will be well.
Bob
Add enctype='multipart/form-data' in the Form Tag Attachment field on the General tab and hopefully all will be well.
Bob
Thanks a bunch, It almost worked like a charm
Actually it did work like a charm, after I saw I've gone a mixed up the min and max size fields.
The $25 for the license is practically burning in my pocket now..
There isn't a way to submit the form to me via email, and then send them on to paypal is there?
As of now I've got a Link to a rather blank page with the pay pal "paynow" button link then after they successfully complete the transaction pay pal redirects them to the form page where they enter all the data I need from them.
It would be handy to have them fill out the form, hit submit and send the form info to me and have them off to pay pal to finished the transaction.
Actually it did work like a charm, after I saw I've gone a mixed up the min and max size fields.
The $25 for the license is practically burning in my pocket now..
There isn't a way to submit the form to me via email, and then send them on to paypal is there?
As of now I've got a Link to a rather blank page with the pay pal "paynow" button link then after they successfully complete the transaction pay pal redirects them to the form page where they enter all the data I need from them.
It would be handy to have them fill out the form, hit submit and send the form info to me and have them off to pay pal to finished the transaction.
Hi Duke,
Glad it's working OK. I just added a couple of FAQs on file uploads.
The PayPal question has been asked before, search here on Paypal and you'll find some threads. As I understand it, solving this needs some extra code, Max has it on his 'to-do' list but I know that he's busy right now so I can't say when it might be added into ChronoForms.
Bob
Glad it's working OK. I just added a couple of FAQs on file uploads.
The PayPal question has been asked before, search here on Paypal and you'll find some threads. As I understand it, solving this needs some extra code, Max has it on his 'to-do' list but I know that he's busy right now so I can't say when it might be added into ChronoForms.
Bob
Hi Duke,
If you can send me your HTML code which will be used to submit the data to PayPal then I may be able to help on this, I need to test it here first!!
Cheers
Max
If you can send me your HTML code which will be used to submit the data to PayPal then I may be able to help on this, I need to test it here first!!
Cheers
Max
Here you go.. Thanks
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="Genericemail@gmail.com">
<input type="hidden" name="item_name" value="Basic Listing Package">
<input type="hidden" name="item_number" value="1">
<input type="hidden" name="amount" value="150.00">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-BuyNowBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
I am having similar problems, I am trying to send email with attachments, I get the email but no attachments.
This topic is locked and no more replies can be posted.