Jump to content

Form submission question


mjurmann

Recommended Posts

I have been looking around and can't seem to find anything on this topic. Is the following scenario possible?
User fills out form on SITE A. Depending on the input the user submits (certain radio box selected), an e-mail is sent to the user with a particular attached file (again, depending on which radio button was selected). Is this possible? If so, how can I do this?

Next, if Scenario A is possible, how about this one.
Depending on filled out in form on SITE A, SITE B sends file to user through e-mail.

I appreciate the help ahead of time - this is killing me.

Link to comment
Share on other sites

its all possible - you just got to make it happen.

[url=http://www.phpfreaks.com/tutorials/130/0.php]http://www.phpfreaks.com/tutorials/130/0.php[/url]

that shoudl show you how to generate teh emails. All you need to do is create the logic flow so that you can choose which attachment is set OR whether to send a request to site B (via curl if you want to keep them on your site or an include to the other file on server b if it allows you to.)

You will need to know what data to send to server B but once you do its all straight forward.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.