close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Form Fields for email submission

Thread began 7/17/2014 7:42 am by jo271221 | Last modified 7/18/2014 5:39 am by Jason Byrnes | 1757 views | 7 replies |

jo271221

Form Fields for email submission

I previously submitted a ticket stating that I cannot access universal email via Insert > Webassist because I can't see the webassist option. So I thought I would continue to work on the form by creating the form fields, but I don't recall if the "wizard" is the better way to add the form fields so I stopped. I have attached what I have so for including a hidden field for submitting the current time.
1. When creating an email submission form is step 1 to create all the form fields or is step 1 to insert universal email.
1a. Does universal email have a "tool" that you use to create forms.
2. Does my hidden insert current date field look correct.

Attached Files
Puppy-Application-Email.zip
Sign in to reply to this post

Jason ByrnesWebAssist

With Data Bridge, the access points for the WebAssist tools are under the WebAssist menu, not the Insert menu

1) you should create the form before adding UE

1a) No, Universal Email does not have a tool to create forms, either use Dreamweaver to create the form, or you can use CSS Form Builder

2) If you use the option in universal email to use one of the tempaltes to manage the email body, the templates include date and time information, you wont need a hidden form element.

hoever, you form element as configured uses:
<?php echo time(); ?>

this write a time stamp which is the number of seconds that have passed since 1/1/1970, for example:
1405610596

to write the current date, you would use the date function instead:
<?php echo(date("Y-m-d")); ?>

Sign in to reply to this post

jo271221

Form - Submit

Thank You.

I used dreamweaver to create the form fields and added UE but I don't have a submit button or a form. Please see attached.

Sign in to reply to this post

Jason ByrnesWebAssist

you need to add the submit button and the form, dreamweaver does not add them automatically.


insert -> Form -> Form

make sure the form is around all form elements

insert -> Form -> Submit button

make sure the submit button is inside the form.

Sign in to reply to this post

jo271221

UE

I am still missing something. I was thinking UE handled more of this. I must be thinking of an insert form and adding email functionality to it?
Regardless, please advise what I need to do so that my form will send via email. Please see attached or check the server.

Sign in to reply to this post

Jason ByrnesWebAssist

in the UE behavior, you have set the form page:
Puppy-Application-Email.php

to be the email template.

instead, select one of the predefined email templates and let UE create the template page, by selecting the form page as the email body template, you are creating an infinite loop.

Sign in to reply to this post

jo271221

Thank You! That was easy, I expected to have to somehow bind my form fields but I see now that by applying the template all of that is handled.
1. Create Form with all form fields
2. Webassist >Create Email
Enter in email addresses, cc etc.
3. Apply a template and the rest is handled.
Publish all files.

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

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