• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups

Contact us forms

General Discussion
3
6
1.3k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R
    Rahul74 last edited by 7 Jul 2020, 07:32

    i have created cms page for contact us page and linked it in footer source code, but right now i have no content for contact us page, i need to create email and message forms as content, so how do i create a working forms?

    1 Reply Last reply Reply Quote 0
    • V
      Vaishali Agarwal last edited by 7 Jul 2020, 11:46

      @yeshi74
      you need to write source code for this contact-us form for working forms https://prnt.sc/tdcxxr

      Thanks

      R 1 Reply Last reply 7 Jul 2020, 12:04 Reply Quote 0
      • R
        Rahul74 @Vaishali Agarwal last edited by 7 Jul 2020, 12:04

        @Vaishali-Agarwal can u give me a working form source code sample to put in the content?

        1 Reply Last reply Reply Quote 0
        • shubhwebkul
          shubhwebkul last edited by 13 Jul 2020, 05:28

          @yeshi74 said in Contact us forms:

          linked

          Hello there,

          In cms pages you can create your own pages according to your requirement. Here is sample view with it's code

          <div class="static-container">
          <div class="mb-5">
          <div>
          <h1>Contact Us</h1>
          </div>
          <div><input type="text" class="form-style" name="email" placeholder="email" /></div>
          <div><textarea name="message" class="mt15 form-style mb10" placeholder="message"></textarea></div>
          <div><button class="theme-btn">Submit</button></div>
          </div>
          </div>

          Let me know if you face any further query.

          Thanks!

          R 1 Reply Last reply 14 Jul 2020, 09:24 Reply Quote 0
          • R
            Rahul74 @shubhwebkul last edited by 14 Jul 2020, 09:24

            @shubhwebkul Hi thank you so much for the reply. can u tell me how to put logic on this, to make it work with my email.
            thank u.

            1 Reply Last reply Reply Quote 0
            • shubhwebkul
              shubhwebkul last edited by 15 Jul 2020, 07:42

              Hello there,

              You can wrap this HTML inside the form tag and provide your action and put your logic there.

              1 Reply Last reply Reply Quote 0
              6 out of 6
              • First post
                6/6
                Last post