• Hi I entered two fields manually like this:

    <div class = “form-group col-sm-6”>
    <label> Arrival date <i class = “ago fa-calendar infield”> </i> </label>
    <input name = “checkin” type = “text” id = “checkin” value = “” “class =” form-control “> </ Div>

    <div class = “form-group col-sm-6”>
    <label> Departure date <i class = “ago fa-calendar infield”> </i> </label>
    <input name = “checkout” type = “text” id = “checkout” value = “” “class =” form-control “>
    </ Div>

    But then I don’t see them in the tag list.
    How can I make them visible in the tag list without changing their meaning?

    Thanks.

    This is the complete code:

    <div class = “form-group col-sm-6”>
    <label> Your name </label> [text * Class name: placeholder control form "Enter your name"]
    </ Div>
    <div class = “form-group col-sm-6”>
    <label> Your email </label> [email * class e-mail: placeholder check form “Enter your email”]
    </ Div>
    <div class = “form-group col-sm-6”>
    <label> Your address </label> [text * class of address: placeholder control module "Enter your address"]
    </ Div>
    <div class = “form-group col-sm-6”>
    <label> Your phone number </label> [text * phone class: placeholder check form "Enter your phone number"]
    </ Div>
    <div class = “form-group col-sm-6”>
    <Label> No. Of Adults </label> [select the class for non-adults: form-control “1” “2” “3” “4” “5”]
    </ Div>
    <div class = “form-group col-sm-6”>
    <Label> No. Of Children </label> [select the class for non-children: check the form “0” “1” “2” “3” “4” “5”]
    </ Div>

    <div class = “form-group col-sm-6”>
    <label> Arrival date <i class = “ago fa-calendar infield”> </i> </label>
    <input name = “checkin” type = “text” id = “checkin” value = “” “class =” form-control “>
    </ Div>

    <div class = “form-group col-sm-6”>
    <label> Departure date <i class = “ago fa-calendar infield”> </i> </label>
    <input name = “checkout” type = “text” id = “checkout” value = “” “class =” form-control “>
    </ Div>

    <div class = “form-group col-sm-12”>
    <label> Special requirements </label> [textarea special-requiremts class: placeholder form control “Type your requirements here”]
    </ Div>
    <div class = “form-group col-sm-12”>
    <button class = “btn hvr-shutter-out-horizontal extra-btn-padding pull-right”> SEND </button>
    </ Div>

    [wpgdprc “Check this form accept the management and management of your data from this website.”]

Viewing 4 replies - 1 through 4 (of 4 total)
  • You would have to add those two fields as CF7 tags to see them in the Contact Form 7 CF7 tag list.

    Thread Starter thomas1999

    (@thomas1999)

    Thanks Neil,
    Precisely this I cannot make a tariff, because it is a new tag for the class and the functions I have already written in the code, that is, I would like them to remain with the same identical style. How can I add them as a tag?

    Adding A Custom Form-Tag may be useful.

    I agree with Neil, the plugin does more than just output the field into the form, and without the tag, there’s no way to use your field in email messages.

    Also, </ Div> probably doesn’t work. It should be </div>.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Insert correct tag’ is closed to new replies.