Back in Stock: Signup Form Customization
This guide covers how to customize your Back in Stock signup form for branding, multi-language support, and advanced features.

Accessing Signup Form Settings
Navigate to: Customize → Signup Form → Settings from your Back in Stock dashboard.
Customization Options
1. Multi-Language Signup Forms
Configure your signup form to display in different languages for international customers:
- Select your primary language
- Add additional languages as needed
- Customize text for each language variant
- Set automatic language detection based on customer browser
2. Copywriting & Headers
Adjust the messaging and headers that appear on your signup form:
Customizable Elements:
- Main headline text
- Description/subtitle text
- Button labels
- Success message text
- Error message text
Tips: Keep headlines concise and action-oriented. Focus on the benefit (get notified, don't miss out, etc.).
3. Color & Visual Styling
Match your signup form to your brand colors and aesthetic:
Available Styling Options:
- Background colors
- Button colors
- Text colors
- Border styles
- Font selections
Custom CSS Styling
For advanced customization, add CSS to the Custom Styles field. This CSS applies only to your Back in Stock form and won't conflict with your theme.
Common CSS Examples:
Square button corners:
.btn { border-radius: 0; }
Hide variant dropdown (all products):
select#variants { display: none; }
Hide variant dropdown (single-variant products only):
select.single_variant_product { display: none; }
Important Notes:
- Changes appear in the preview panel as you edit
- CSS only affects the Back in Stock popup form
- Preview shows success and error message styling
4. AI Upsells Integration
Add intelligent product upsells to your signup form to increase average order value:
Enable this feature to show relevant product recommendations when customers sign up for notifications.
To set up AI upsells: See our dedicated Upsell by AMP Integration guide for complete setup instructions.
Important Notes
Form Types:
- Popup forms (default) - These settings apply and show in a dialog overlay
- Embedded forms (custom theme integration) - Inherit theme styles, these settings won't apply
Paid vs. Free Plans:
- "Powered by Back in Stock" link appears on free plans
- Link is automatically hidden when you upgrade to a paid plan
Form Limitations:
- Only captures: email/phone, quantity required (if enabled), mailing list opt-in (if enabled)
- Popup form is responsive and works on mobile devices
- Custom fields are not currently supported
Need help with advanced form customization? Contact our support team for assistance with complex styling or integration questions.