Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

DOCTYPE html> Invitation Page CapellaVolunteers .org Home Invitation Gallery Registration Recipient name: Organization name: Event Date: URL: Host name: Hello recipientName ! You have been

DOCTYPE html>

Invitation Page

CapellaVolunteers.org

Hello recipientName!



You have been invited to volunteer for an event held by organizationName on eventDate. Please come to the following website: websiteURL to sign up as a volunteer.



Thanks!



hostName

This events site is for IT-FP3215 tasks.

Overview

In this assessment, use the Web page called invitation.html found in the Required Resources (in the zip file called IT-FP3215.zip) to add functionality to an interactive form that generates an invitation to volunteers for an event. The file will have the following invitation message placeholder and a form below it. You will add JavaScript to the form that will allow a user to dynamically fill out the invitation.

Hello __recipientName_____!

You have been invited to volunteer for an event held by __organizationName_____ on ___eventDate_____. Please come to the following website: to sign up as a volunteer.

Thanks!

__hostName__

Hints:

  • The placeholders (for example the recipientName) will need to be set up as elements with an assigned id attribute. Prompt the user to enter in the recipients name, organization name, event date, and host name. Using JavaScript, replace those elements dynamically with what the user has entered in the form.
  • Use the forms input fields (once submitted) to store the values to JavaScript variables. Then manipulate the DOM to replace the element content dynamically.
----Above is the code. For this assessment I need to insert the above functionality into the code can you suggest how

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Briefly describe the six characteristics of sport groups.

Answered: 1 week ago