Skip to main content

Public page and sharing

Pour :Administrateur

Each enabled form is accessible at a public URL that you share with your visitors (direct link, QR code, email, website). This page is fully responsive and works on mobile, tablet and computer.

The public URL​

The URL of a form follows the format:

https://your-organization.app/<slug>

where <slug> is the custom URL you chose in the Website tab of the wizard.

Examples​

FormSlugPublic URL
Talmud class registrationtalmud-registrationhttps://your-organization.app/talmud-registration
Passover meal 2026passover-2026https://your-organization.app/passover-2026
Certificate requestcertificatehttps://your-organization.app/certificate

Slug best practices​

  • Kebab-case: lowercase, words separated by hyphens
  • Short: 1 to 3 words maximum
  • Readable: passover-2026 rather than form1234
  • No accents or special characters: normalization automatically removes accents
  • Unique within your organization: impossible to have two forms with the same slug

If no slug is defined, the URL uses an internal identifier of the form https://your-organization.app/form/<id>.

Edit a slug​

You can edit the slug at any time from the wizard (Website tab). The old URL will not work immediately after β€” remember to inform visitors who would have already received the old link.

The QR code​

For each form, Unisoft automatically generates a downloadable QR code.

Where to find the QR code​

Two places:

  • Quick Link in the form list (link icon to the right of the name)
  • Page link in the sub-header of the form profile

Both open the same window, which contains:

  • The public URL copyable in one click
  • The downloadable QR code (PNG)
  • The currency selector if the organization accepts multiple currencies (the link is generated with the chosen currency)
  • The integration code (iframe / embed) to insert the form into a website

Use cases for the QR code​

SupportExample
Hall poster"Sign up for the meal" QR code at the back of the prayer hall
Paper flyerQR code at the bottom of a flyer handed out at the entrance
Printed programQR code in the footer of an annual program
Mass emailInline image in a newsletter
Social mediaInstagram / WhatsApp story with visible QR code

Best practices​

  • Minimum size: 3 cm Γ— 3 cm on paper to be scannable
  • Contrast: black QR code on white background, no overlaid image
  • Test: scan it with a phone before mass printing
  • Short accompanying text: "Scan to register" next to it

Visitor journey​

Once on the public page, the visitor follows a smooth journey:

1. Reading and entry​

The fields appear in the order defined in the editor (simplified or advanced). Real-time validation immediately signals errors (malformed email, empty required field).

For paid forms, the total calculation updates with each change of quantity or product.

2. Choice of payment method (paid forms)​

On forms with payment, several methods are offered according to your configuration and the visitor's device type:

MethodAvailabilityReceipt
Bank cardAlwaysInstant
Apple PayiPhone / Safari, if compatibleInstant
Google PayAndroid / Chrome, if compatibleInstant
Bank transferIf you added it in Other Payment MethodsManual β€” you validate upon receipt
CheckIf you added it in Other Payment MethodsManual β€” you validate upon collection
CashIf you added it in Other Payment MethodsManual

3. Secure payment​

Card details entry is done in a secure iframe hosted by your payment provider. Your servers never see the visitor's card number β€” PCI-DSS compliant.

4. Confirmation​

After submission (and payment if applicable), the visitor:

  • Receives a standard Unisoft confirmation email (unless you checked Do not send submission email)
  • May receive an additional email if you associated an email template with this moment
  • May be redirected to an external URL if you configured it in the After Form tab
  • May receive a QR-Code ticket if you enabled the option in Payment & Confirmations (useful for entry control at an event)

5. Tax receipt (if applicable)​

If your organization is eligible and you enabled the tax receipt on the form:

  • The receipt is automatically generated upon payment validation
  • It is attached by email to the visitor in PDF
  • It remains viewable from the Payments module

Share the form​

The Quick Link button (link icon) in the form list opens the window containing URL and QR code. It is the most direct access to share.

For multi-currency forms, the currency selector in the Page link window generates a preconfigured link for each currency. Ideal for targeting a community abroad (send the USD link to American donors, ILS to Israeli donors).

Integration into your website​

The Page link window also offers an integration code (iframe) to paste into your website. The form then displays as if it were part of your site, without the visitor being redirected to the Unisoft URL.

Administrator preview​

Before publication, open the public page of your form with a browser in private mode (to not be identified as administrator):

  • Check that all fields are readable and correctly ordered
  • Check the total calculation on a paid form
  • Test the mobile journey by reducing the browser window
  • Make a test submission to check the received emails

Special cases​

Disabled form​

If the form is in Disabled status, the public URL returns a "Form not available" page. To re-enable it, use the Enable the form action in the row menu (/app/forms/list).

Slug already used​

If you try to define a slug already taken by another form in your organization, Unisoft refuses the save. Edit the other form to free the slug, or choose a variant.

Visitor who closes the page before payment​

If the visitor abandons before finalizing the payment, the submission is created with a Submitted state and a pending payment status. From the submissions view, you can use Resend payment link to follow up with the visitor. See Manage submissions.

Stock exhausted during submission​

If several visitors simultaneously order the last copy of a product, only the first to finalize gets their purchase. The others receive an error message.

Page integrated in iframe​

If you integrated the form in iframe in an external site, the visitor can submit without leaving your site. The iframe height must be enough to avoid nested scrolling.

Best practices​

  • Test before mass distribution: open the public page in private mode and make a test submission
  • Care for the form title: it appears as the public page title and in the sharing preview
  • Limit the number of fields: each additional field reduces the submission rate
  • Make the QR code prominent on your physical supports
  • Associate a confirmation email template: reassures the visitor immediately

Going further​