Post by farjanapakhi on Feb 19, 2024 3:36:37 GMT
Edit as below. heading Text: Application form Icon (in front of the text): Click “Select Icon” to choose the file icon (see below) Advanced settings: enter "application" in "HTML Anchor" (see below) STEP 34 Click update Top right of the editing screenupdateClick to save. Edit contact form Create the application form at the bottom of the page. You can create this form by simply duplicating the inquiry form you created in the previous article, Inquiry Section , and making a few edits. Therefore, when reading the following tasks, please refer to the previous article as necessary. Completed image STEP 1 Click on the contact form for inquiries Leave the "Free Online Coordination Consultation" page as it will be edited later. Right-click the WordPress symbol at the top left of the screen and click " Open in new tab ." Click " Contact Form " under "Inquiry" from the side menu . STEP 2 Edit inquiry with "Contact Form 7" will be displayed.
There are "Inquiries" and "Recruitment information". Click " Copy " under " Contact Us". A screen like the one below will appear. STEP 3 Edit title If you copy the form, the title of the form will become "Inquiry_copy". This title is a name list of phone numbers you can choose to make the form easier to manage. Here, we will enter " online consultation " for easy management purposes. After entering, save it. on the right side of the screenkeepClick. STEP Four Add a form Add the form below. additional form Desired consultation date (required) Desired time (required) Completed image memo In addition, regarding the editing contents that I will introduce from now on, in case something goes wrong, I will present the entire source code of the correct contents later. Don't worry, the form will be completed just by copying and pasting. Work on the Form tab. First, add a form below the phone number for your desired consultation date.
Among the codes currently on the edit screen, the code related to the phone number form is below. <label>Telephone number<small class="text-danger">(required)</small> Place the cursor after </label> and press the "Enter" key on your keyboard three times to move the cursor as shown below. In the form tag generation button,dateClick. A screen like the one below will appear. Edit as below. Item type : Check "Required item" Name : Enter "preferred-date" in half-width characters Range : You can specify a date range. For example, it is recommended to specify the start date for the "lower limit" and the end date for the "upper limit." *Settings here are optional. insert tagClick. The code enclosed in [ ] will be inserted. STEP Five Add item name Let's add the item name ``Preferred consultation date (required)'' above the date form. Completed image Place your cursor over the code you inserted. Copy and paste the code below.