• Resolved iruam

    (@iruam)


    Hello wonderful teams ??

    I have this need:

    I have 8 products and have created a form with logic to create the different configurations:
    Pc 1 model.
    cpu i5, hard disk 128gb, Ram 4gb
    Pc model 2
    cpu…, hard disk…, ram…
    Model pc 4, model pc 5, model pc 6 etc…

    Each product is on a page where there is:
    pc model 1, descriptions, photos and quote request button which always leads within the page to the form with the choice of model and features.

    When I click on the request for quote button for the pc1 model, I can set that from the formminator that the pc1 model is selected. Fine. But when I go to the page for model pc2, pc1 is always selected.
    Should I create 8 forms, or is there a way to use only one form?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @iruam

    If you use WooCommerce plugin and those are real products you can place same form (only 1) on all products pages and make sure to have your title of that product contain all values like: PC model 1 , CPU i5, hard disk, etc.

    With that, you have 8 products with different correct titles. In your form remove select with those configurations as title will be responsible now to display that value in form and email confirmation.

    In form create HTML field:
    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#html-field

    In that HTML field call tag called “Embed Post/Page Title“:
    {embed_title}

    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#form-data

    In email confirmation you call that HTML field and you will see in email title of PC which end user will buy/request.

    Kind Regards,
    Kris

    Thread Starter iruam

    (@iruam)

    hello thank you for your help i really appreciate it
    unfortunately I use wordpress pages for products

    Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi again @iruam

    There is nothing wrong in this case as well. {embed_title} will work for WooCommerce pages, default WP core pages, posts, costom post types.

    Kind Regards,
    Kris

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @iruam

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional questions or problems.

    Best Regards
    Patrick Freitas

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘different selection with only one form’ is closed to new replies.