Product page interface template using UX Block Flatsome Flat Ten Sticky:

Contact Form
<!-- CONTACT FORM OF FLAT TEN --> <div class="flex-row form-flat medium-flex-wrap"> <div class="flex-col flex-grow"> <label> Your name and surname</label> [text* your-name "John Doe"] </div> <div class="flex-col flex-grow"> <label> Your Birthday</label> [date* birthday placeholder max:2021-03-18 "Your birthday"] </div> <div class="flex-col flex-grow"> <label> Your email for news</label> [email* your-email "Your best email"] </div> <div class="flex-col ml-half"> [submit class:button primary "Subscribe"] </div> </div>
Shortcode UX Block
CSS
/*STICKY PRODUCT OPTIONS NAVBAR*/ .sticky-down { position: -webkit-sticky; position: sticky; top: 0; overflow: hidden; z-index: 999; }
How to use
This is how to add the code to your website built on Flatsome UX Builder:
ADD CONTACT FORM (CF7 PLUGIN)
- Copy to the clipboard
- Paste on Contact > Add new > Form
- Add a form’s name and save
- Done!
ADD SHORTCODE
- Copy code to the clipboard
- Paste on UX Builder > Add Elements > Import
- Click anywhere to refresh it quickly
- Done!
ADD CUSTOM CSS
- Copy to the clipboard
- Paste on Flatsome > Advanced > Custom CSS or Flatsome > Theme Options > Additional CSS
- Publish it to see result
- Done!