The form is not appearing

Hi,

I try to use Formalicious 1.4.4, but I have an issue.
I have followed the sted to produce a very simple form (2 fields) but on the from end, I only have two buttons (Submit and Previous) without any field to fill !!
The produced html is :

<form action="" method="POST" enctype="multipart/form-data" novalidate="">
    <a href="" class="btn" title="Previous">
        Previous
    </a>
    <button type="submit" class="btn" name="submit-form3" value="Submit" title="Submit">
        Submit
    </button>
</form>

What did I forget ?

Did you mark the fields as “Published”?

Hi, I am having the same issues, but with v2. I checked that all fields are published. no idea what to do…

Note that Formalicious 2, released today, has some breaking changes in snippet naming. I’ve asked Sterc for upgrade notes, but that’s not yet available.

As far as I’ve heard, all snippets/chunks are now prefixed with Formalicious, so if you’re not seeing anything, try using [[!FormaliciousRenderForm? ...]] instead of [[!renderForm? ...]].

If you can’t get it working, please send an email to support.

Be good to get that in the Docs

That’s detailed here: https://docs.modmore.com/en/Formalicious/v2/upgrades/v2.0.0.html

:+1: - apologies Mark - the docs page opens V1 by default when you open Formalicious - didn’t spot the V2 docs.

Thanks again.