|
Post by MimJannat9 on Oct 21, 2023 15:50:27 GMT 10
Class : advanced function. We may decide to assign a specific CSS class only for this field, different from everything else on our site. size : we can indicate how long the field should be seen. maxlength : we can decide that a maximum number of characters can be inserted. Akismet : advanced function, links to the Akismet plugin (antispam) Default value : combined with the checkbox on “ Use this text as placeholder ” allows you to display a predefined text within the field. Copy this code and paste it into the module on the left : the heart of our example. As requested, we copy and paste the code into the form field on the left (easy, right?) And enter this code in the email fields below : once the contact form is filled out and sent by the user, we photo editor will receive an email. If we do not enter these codes, our email will arrive empty, so remember to add them (explained later). As you can see, once the code has been pasted into the form field we only have the "writing". Facebook URL screen If we left it like this in our form we would only see an empty box without any indication of what is requested. We need to add some information using html code. What we wrote using html code: <p> : Tells the browser that a paragraph of text is opening Facebook URL : the text of our paragraph <br/> : tells the browser that we want what comes after to "wrap" with respect to the text we have written. If we wanted the field to be filled in to be in line with the text, this code should not be inserted. : the code we copied previously and which will create the field where to insert the data.
|
|