2
10 Comments

Looking for a specific no-code tool

I am looking for a no-code tool where a user has to register an account before accessing a form (eg. typeform) and where this form can be constantly edited by a user.

Does something like this exist? Thank you!

on December 17, 2019
  1. 1

    Hey @karlos ~

    Not 100% what you were looking for, but it's pretty close. I just finished a video screencast walking through how to (almost) do this with Webflow and gating content with a MemberStack integration:

    https://nocodequest.com/membership-website-on-webflow-with-memberstack/

    Let me know if this was helpful?

  2. 1

    @karlos, you mentioned:

    this form can be constantly edited by a user

    What did you mean by this?

    1. As a user I can always update the comments I've supplied in the form

    (example: As a user I've added my email address but I would like to change this, I can access and edit the form anytime to do so)

    1. As a user I can always customize the form fields

    (example: As a User I can add a first name and last name field while also removing the login name field, or add/remove any other combination of fields)

    1. 1

      Something along "1. As a user I can always update the comments I've supplied in the form"

      Basically, for example the user is a cafe owner, and he/she needs to update pick-up times, food boxes available etc. Things which might be different on a day to day basis.

      1. 1

        ...so the cafe owner (in this example) would be able to update the content in a form and then view the results of that form somewhere in their "dashboard" behind a login?

  3. 1

    You could build it using NoCo.io as well :) (disclaimer, I built NoCo)

    1. 1

      Thank you Andrew!

  4. 1

    @karlos I agree with @ej on the Bubble front. Other options are bolting in membership tools specifically for gated content:

    1. https://www.memberspace.com
    2. https://www.memberstack.io
    1. 1

      Thank you Coffee!

  5. 1

    @karlos
    Bubble.io does signup/login pretty easily so for a proof of concept it'd be a quick setup to:

    1. create a page with a login/signup
    2. direct user to the Form page where you iFrame in your typeform
    3. user can typeform

    I'm assuming the note "where this form can be constantly edited by a user." meant an admin could edit the typeform. If not, you could set up a typeforme like experience in Bubble and have the questions and logic dynamically generated -- although would take some effort to come up with a UI as nice as Typeform.

    Eric
    EricsLab.com
    Bubble.io Training and App Development

    1. 1

      Thank you ej!