close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

application

Thread began 11/21/2009 7:15 pm by sturgisk383938 | Last modified 11/25/2009 6:28 am by sturgisk383938 | 2442 views | 7 replies |

sturgisk383938

application

I am have a problems with Universal Email. I am developing job application for my site. I have the search page, result page, detail page about the job. The next page is the application page. I want to let the user upload their resume and give them the option to cut and paste their cover letter on the application. I am following the direction to include attachments with your email form. I have upload the fillies to test them. I am not getting the email at all. I have some code from my page. If you need more let me know! Can someone help? PLEASE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!



// WA_UploadResult1 Params Start
$WA_UploadResult1_Params = array();
// WA_UploadResult1_1 Start
$WA_UploadResult1_Params["WA_UploadResult1_1"] = array(
'UploadFolder' => "resume/",
'FileName' => "[FileName]",
'DefaultFileName' => "",
'ResizeType' => "0",
'ResizeWidth' => "0",
'ResizeHeight' => "0",
'ResizeFillColor' => "" );
// WA_UploadResult1_1 End
// WA_UploadResult1 Params End
?>
<?php
WA_DFP_SetupUploadStatusStruct("WA_UploadResult1");
if(isset($_POST["submit"])){
WA_DFP_UploadFiles("WA_UploadResult1", "resume", "2", "[NewFileName]_[Increment]", "false", $WA_UploadResult1_Params);
}
?>
<?php require_once("WA_Universal_Email/mail_PHP.php"); ?>
<?php require_once("WA_Universal_Email/MailFormatting_PHP.php"); ?>
<?php
if ((isset($_POST["submit"]))) {
//WA Universal Email object="mail"
//Send Loop Once Per Entry
do {
$RecipientEmail = "".$row_application["id"] ."";include("WA_Universal_Email/WAUE_application_1.php");
} while ($row_application = mysql_fetch_assoc($application));

//Send Mail All Entries
if ("confirmation_page.php"!="") {
header("Location: confirmation_page.php");
}
}
?>

Sign in to reply to this post

Jason ByrnesWebAssist

In Universal Email, it looks like you are using the ID column from the recordset for the TO address:
$RecipientEmail = "".$row_application["id"] ."";include("WA_Universal_Email/WAUE_application_1.php");
} while ($row_application = mysql_fetch_assoc($application));


the ID column will likely contain a Unique ID number for the record, you should select the column that contains the email address instead.

Sign in to reply to this post

sturgisk383938

Application

I still not working. What should do?

Sign in to reply to this post

sturgisk383938

Recordset?

I think also part of my problem is the recordset for the application page. My main goal is to let the user search, select, and apply. Now the user would fill out their name and email address and also upload their resume to the application. I am trying to use the email in the datebase from the employer. How should I set the recordset to accomplished this goal. In the past I have used the ID and the email for my columns in the recordsets. Is this the way to go? Is their a better way to get the email ?

Sign in to reply to this post

Jason ByrnesWebAssist

How are you creating the recordset?


What fields are you searching on?

Can you send the entire page so I can see it in context.

Sign in to reply to this post

sturgisk383938

attachment

I just started to get the email, but I don't have the resume attached. I tried to remove the server directory entry. Any other suggestions?

Sign in to reply to this post

Jason ByrnesWebAssist

have you followed the "Sending Email Attachments with Digital File Pro and Universal Email" tutorial?

it is located in the how To section of the DFP support page:
digital-file-pro/

Sign in to reply to this post

sturgisk383938

Following Directions

yes, I will take another look from start to finish.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...