If you’ve designed a section (e.g. a branded header, impact block, or footer) that you want to reuse across multiple pages, Payments2us Studio makes it easy to duplicate that section using the HTML widget.
⚠️ Notes
Not all sections can be reliably copied across templates.
Due to differences in layout styles and internal structure, some native sections may not display the same when pasted into a different template.
✅ We recommend reusing only:
- Custom Layouts or Widgets you’ve built
- Header or Footer sections
- Basic content blocks with clean HTML
⚠️ Avoid copying pre-built template-specific sections between pages — this may result in layout issues or style mismatches.
🔁 Step-by-Step: Reuse a Section Using HTML
1. Copy the Section HTML from the Source Page
- Go to your existing page that contains the section you want to reuse
- Click on the section to select it
- Click the
<>
(code) button to open the HTML editor - Press Ctrl + A to select all the code, then Ctrl + C to copy it

2. Paste the Section into a New Page
- Open the page where you want to reuse the section
- Go to the Widgets tab
- Drag and drop the HTML widget into your desired location on the page
- Click the
<>
(code) button on the HTML widget - Delete any default content in the editor
- Press Ctrl + V to paste the HTML you copied
- Click Save
Your custom section will now appear on the new page — with layout and content identical to the original.
