close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Universal Email and Recordset

Thread began 7/25/2011 1:20 pm by danny405167 | Last modified 7/25/2011 3:02 pm by Ray Borduin | 1715 views | 4 replies |

danny405167

Universal Email and Recordset

I am trying to use one email page for multiple users but every time I try to use the page to send an email the page is not able to send the email.

Below is the line that the wizard created for the recipients:

$RecipArray[$CurIndex ][] = "".$row_Recordset1['userEmail'] ."";

I can only make work when I enter the actual email address.

I am trying avoid having the same email page in my server.

Can it be done?

Attached Files
bfcEmail.zip
Sign in to reply to this post

Ray BorduinWebAssist

Yes it can be done... you just aren't maintaining your recordset state over the form submit. Since your recordset is filtered by a url parameter, you have to make sure to pass that url parameter through when you resubmit the page. Just update your form action from:

action="<?php echo $_SERVER["PHP_SELF"]; ?>"

to:

action="<?php echo $_SERVER["PHP_SELF"]; ?>?userID=<?php echo($_GET['userID']); ?>"

Sign in to reply to this post
Did this help? Tips are appreciated...

danny405167

Thanks! It worked.

Sign in to reply to this post

danny405167

Is it by default that the Specify the action page folder is disable during the wizard window?
I was trying to make another form to and I noticed that I was not able to click on the folder.

Attached Files
7-25-2011 2-24-06 PM.zip
Sign in to reply to this post

Ray BorduinWebAssist

It should only be disabled when editing a form. The reason is that the server side code is added to the action page when you build the form the first time so you can't change it after the fact.

It should allow you to set the action when building a new form.

Sign in to reply to this post
Did this help? Tips are appreciated...

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...