Vyous perceptions of life  Sign Up || Sign In || About || Contact
Search
 Home || My Account || Events || Vyous

 

[from www.evite.com]

create your invitation

Save   Preview  
Name Your Event*
Hosted By*
Choose a Theme*
*required fields
YOUR INVITATION
Choose Another Design
executeOnEnter(document.getElementById('searchGalleryKeywordField'), clickChooseAnotherDesignForm);
Search

invitation info

extras (optional)

Date and Time*:

Date Start Time
 Calendar :  

Include an End Time

 Close  
Date End Time
:  
Open-ended

Make This a Recurring Event   

  • Tip: You must enter a start date above.
 Close  
Schedule
Weekly - Recur every weeks on Mon | Tue | Wed | Thu | Fri | Sat | Sun
Note: Day of the week above corresponds with the start date of your event.
Monthly - The ----------------- of every months.
Note: Day of the month above corresponds with the start date of your event.
Just Once (Your event will not recur.)
Send Invitations  before each scheduled event in the series.
Note: Your guests can respond to one event or the entire series.
End Date of Series (Note: End date corresponds with your series schedule.)
Week(s)
Month(s)
1 Year
Note: Recurring Events can only be scheduled up to one year in advance.
Let Guests Suggest a Date and Time

Let Guests Suggest a Date and Time

 Close  
In order to create a recurring event, you cannot allow guests to suggest a date or time. Please enter a start time above.

Let Guests Suggest a Date and Time

 Close  
Enter up to 5 options:  View Calendar
1. 
2. 
3. 
   example: Wed. 8/24 at 7:00pm
4. 
5. 

Location:

Name Telephone Number
Street Address City
State
Country
 
Include a Map on the Invite.

Location Finder:  

  • Hosting away from home? Include a link to venue information on your invitation.
Location Name
City, State or Zip

Guest List:

Enter email addresses separated by commas or returns
Note: There is a 750 temporary guest maximum. More Info
 Add New Emails to Evite Address Book
 Email Me when Guests Reply

RSVP Style:

Add some fun to your invite. Select a style that matches your theme.
Type
Who?
Attending
Undecided
Declining
Guest List Options

Guest List Options

 Close  
   Would you like to hide the guest list so only you can see it?  Yes   No
   Is it okay if your guests invite other people?  Yes   No
   Can your guests bring other people to this event?  Yes   No     Limit per Guest 
   Maximum number of people who can attend: 
   Allow guests to email everyone on the list?   Yes   No

Ask Guests To Bring Something

 Close  
List items (and quantity) you would like your guests to bring to the event. Items will disappear from the list as guests select them on the Evite. Limit 1 item per guest response
Add More Items  
Item Qty.
Item Qty.
  Close  
Item Qty.
Item Qty.
Add More Items  

Poll Your Guests

 Close
Get a group consensus before your event starts. Ask them questions by filling out the fields below.
Question Answer
Separate options with a comma, or leave blank if you want guests to fill in their own choice.
Add More Polls
 Close
Question Answer
Separate options with a comma, or leave blank if you want guests to fill in their own choice.

Payment Options

 Close  
PayPal Evite has teamed up with PayPal to allow you to collect money for your events. Now your guests can safely and easily pay you back online. Enter the amount you wish to collect. Note: Paypal may charge a fee for their service. Please visit Paypal for more information. More info. Make sure to use your Evite primary email account when accessing Paypal to retrieve your funds.
Set Up Payment
 Payment of $  required for this event.
 No payment is required for this event

Offer Payment Options

 Close  
We are not able to offer payment options for recurring events. We apologize for any inconvenience.

Change Guest Reminders

 Close  
Event Reminders
Reminders are not sent for recurring events.
I would like to remind guests who have responded:
   Yes    Maybe    Viewed, but not yet responded,   before the event
Event URL
Create a unique URL for this Evite by completing the following:
http://www.evite.com/app/publicUrl/steve@oceanrock.com/ 
Eg. http://www.evite.com/app/publicUrl/steve@oceanrock.com/myparty

Include a Gift Exchange

 Close  
No more pulling names from a hat. Evite makes your holiday gift exchange a snap by automatically assigning gift recipient names to your guests.
How it works
1. Using Evite to assign names will ensure that identities remain secret.

2. Guests must check the "include me" box on the invite when they reply.

3. Participating guests will be identified by a gift icon next to their name.

4. 7 days before the event, participants are sent an email revealing the name of their gift recipient.
Include a gift exchange on my invitation
Do not include a suggested gift price for the gift exchange
Include a suggested price range for the gift exchange
From: To:
Include a suggested price for the gift exchange
Note: Only guests who reply "yes" can participate. Your event must take place at least 8 days after your invitations are sent.
var moduleManager = new ModuleManager.Manager('/app/registry/registryForm.do'); moduleManager.setType(moduleManager.GET); function fixPNG(myImage) { // correctly handle PNG transparency in Win IE 5.5 or higher. if(window.attachEvent) { var imgID = (myImage.id) ? "id='"+myImage.id+"' " : "" var imgClass = (myImage.className) ? "class='"+myImage.className+"' " : "" var imgTitle = (myImage.title) ? "title='"+myImage.title+"' " : "title='"+myImage.alt+"' " var imgStyle = "display:inline-block;"+myImage.style.cssText var strNewHTML = " " myImage.outerHTML = strNewHTML //alert(strNewHTML) } } function _windowConstructor(winID, options) { var eviteWindow = new EviteWindow(winID, options); return eviteWindow; } function openSearchResultsWindow() { var performSearch = true; if($F('firstName') == null || $F('firstName') == '' || $F('lastName') == null|| $F('lastName') == '') { performSearch = false; alert("First Name and Last Name are required."); } if(performSearch) { moduleManager.openModuleWindow('searchComponent', { // params searchType: Form.getRadioValue('privateCreateForm', 'searchType'), firstName: Form.Element.getValue('firstName'), lastName: Form.Element.getValue('lastName')}, { // window options windowConstructor: _windowConstructor, className: 'greyBorder', width: 482, height: 518, top:1400, left:100, zIndex:150, overflow: 'hidden', resizable: false, modal: true, hideEffect: Effect.Puff, waitText: 'Searching...' }); } return false; } function selectRegistry(moduleId, mercIndex, regIndex) { var requestParameters = {saveModuleID: moduleId, merchantIndex: mercIndex, registryIndex: regIndex, doSearch: false}; var options = ""; if(moduleId == 'formModule') { var formID = mercIndex + '_' + regIndex + '_form'; options = {onComplete: selectCallback, requestParams: requestParameters, form: formID}; } else { options = {onComplete: selectCallback, requestParams: requestParameters}; } Element.update(mercIndex + '_' + regIndex + '_link', 'Adding'); moduleManager.call(null, moduleId, 'selectRegistry', options); return false; } function selectCallback(returnedData) { if(!moduleManager.hasErrors()) { // set registry as being added to invite. var merchantIndex = returnedData['merchantIndex']; var registryIndex = returnedData['registryIndex']; var saveModuleID = returnedData['saveModuleID']; Element.update(merchantIndex + '_' + registryIndex + '_link', 'Remove'); } } function deSelectRegistry(moduleId, mercIndex, regIndex) { var requestParameters = {saveModuleID: moduleId, merchantIndex: mercIndex, registryIndex: regIndex, doSearch: false}; var options = ""; if(moduleId == 'formModule') { var formID = mercIndex + '_' + regIndex + '_form'; options = {onComplete: deSelectCallback, requestParams: requestParameters, form: formID}; } else { options = {onComplete: deSelectCallback, requestParams: requestParameters}; } Element.update(mercIndex + '_' + regIndex + '_link', 'Removing'); moduleManager.call(null, moduleId, 'deSelectRegistry', options); return false; } function deSelectCallback(returnedData) { if(!moduleManager.hasErrors()) { // set registry as being removed. var merchantIndex = returnedData['merchantIndex']; var registryIndex = returnedData['registryIndex']; var saveModuleID = returnedData['saveModuleID']; Element.update(merchantIndex + '_' + registryIndex + '_link', 'Add To Invite'); } } function removeRegistry(regID) { var requestParameters = {registryID: regID}; moduleManager.call(null, 'formModule', 'removeRegistry', {onComplete: removeCallback, requestParams: requestParameters}); return false; } function removeCallback(returnedData) { if(!moduleManager.hasErrors()) { var empty = returnedData['empty']; if(empty != null && empty == 'true') { Element.show('registryFormContainer'); Element.hide('selectedRegistriesContainer'); } else { moduleManager.call(null, 'formModule', 'setupSelectedRegistriesList', {onComplete: setupRegistriesListCallback, wait: ModuleManager.DEFAULT_WAIT_TIME}); } } } function windowClosed() { moduleManager.call(null, 'formModule', 'setupSelectedRegistriesList', {onComplete: setupRegistriesListCallback}); } function setupRegistriesListCallback(returnedData) { if(!moduleManager.hasErrors()) { moduleManager.clearValues('searchComponent'); var hasSelection = returnedData['hasSelection']; document.privateCreateForm.regWeddingSelected.value = 'true'; if(hasSelection && hasSelection == 'true') { setTimeout(function () {openSelectedRegistriesDiv();}, 100); } } } function openSelectedRegistriesDiv() { if($('registryFormContainer') != null && $('registryFormContainer').visible()) { Element.hide('registryFormContainer'); } if($('selectedRegistriesContainer') != null && $('selectedRegistriesContainer').visible()) { Element.hide('selectedRegistriesContainer'); } var rand = Math.random() * 1000000 + 1; var url = '/app/invite/registry/listSelected.do?src=create&rnd=' + rand; new Ajax.Updater('selectedRegistriesContainer', url, { evalScripts: true, method: 'get' }); setTimeout(function () {Element.show('selectedRegistriesContainer');}, 100); } function setCustomizationAsString(cust) { var requestParameters = {customizationAsString: cust}; moduleManager.call(null, 'formModule', 'setCustomization', {requestParams: requestParameters}); } formModule = new ModuleManager.Module('formModule'); Object.extend( formModule, { getValueMap: function() { return { // make sure to return something in order to actually submit. customizationAsString: Form.getRadioValue('privateCreateForm', 'customizationAsString') }; } } ); moduleManager.registerModule(formModule);

Add a Wedding Registry to Your Invitation

gifts.com registry finder
 Close  

Make some or all of your online wedding registries accessible from your invitation.
Add link to wedding registries (This allows guests to access registries on invitation.)
Bride             Groom
First Name 
Last Name 
   
Add link to wedding registry search (This allows guests to search for online wedding registries.)
Do not display registry information on my invitation.
SOME OF THE REGISTRIES YOU CAN ADD:

Include Link to Target Baby Registry

 Close  
 Mother    Father
First Name Last Name Arrival State (optional) Arrival Date (optional) Search

Include Link to Target Baby Registry

 Close  
You have added 's Target Registry to your invitation.
 View Registry
 Remove from Invitation

Email Message:

Include a personal message to guests. Set the mood before your guests open the invitation.
Your event emails now match your invitation design.
Preview email
Preview Invitation Email
Invitation Email
Personalize your message below. Spell Check
Note: There is a 250 character limit.
Save   Preview   

 

 
   
 
Vyous
Help
About
Upload Guide
Privacy
Tips & Tricks
Terms
User Guide
Blog
Email Us