• Resolved ananthsankaran

    (@ananthsankaran)


    This is a wonderful plugin and saved me a lot of time. But it has a serious issue. Whenever I make changes to Mail and/or form, the form clears out completely and it made me re-do a form from the beginning.

    Luckly, I realised the pattern and edited the form in a text file and pasted the information once my edits are over.

    The video uploaded in this link can explain the situation better.

    Link: https://drive.google.com/file/d/1ULy9jNxunY01XJfSKPppbGPpNGxbOqs7/view?usp=sharing

    Appreciate if this issue could be fixed. Else, I don’t have a choice but to not use this plugin which is a shame because this is soooo good ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Luckly, I realised the pattern and edited the form in a text file and pasted the information once my edits are over.

    can you share your html text that you are pasting into the form.

    You can also inspect your javascript console to check for errors. Likely you have a made a mistake in your form text.

    Thread Starter ananthsankaran

    (@ananthsankaran)

    Hi @aurovrata – the html can be found here –> https://drive.google.com/file/d/1hFX84O152x-6S9HWEqw4aaM2GoPqa2UP/view?usp=sharing

    I did try out on the on javascript error and the following are the error related to the plugin:

    cf7-grid-layout-public.js?ver=2.10.5:417 Uncaught TypeError: Cannot read property ‘toggle’ of undefined
    at HTMLFormElement.<anonymous> (cf7-grid-layout-public.js?ver=2.10.5:417)
    at HTMLFormElement.dispatch (jquery.js:3)
    at HTMLFormElement.r.handle (jquery.js:3)

    Hope this helps.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Luckly, I realised the pattern and edited the form in a text file and pasted the information once my edits are over.

    this is your mistake. Your form html you are pasting into the text editor is completely different to the html the plugin creates when you use the UI editor.

    As a result the plugin is unable to scan the form and implement the funtionality it is designed to achieve.

    Either design the form in the UI or disable the plugin, else you will fave untold problems.

    I notived you used many large hard-coded option list select fields such as

    [select* mf-support-1-department include_blank "Audio & Visual" "Kailash with Mohanji" "Machu Picchu with Mohanji" "Mai-Tri" "CEO office" "Mohanji Acharyas" "Consciousness Kriya" "Archives" "Asset Management" "Team APAC" "Team Australia" "Team Eastern Europe" "Team BiH" "Team Brasil" "Team CA" "Compassion" "Conscious Walking" "Creative" "Team Croatia" "Team Ecuador" "Editorial" "Engagement" "Team Farsi" "Finance" "Team France" "Team Germany" "Global Leaders Meet Organizing" "Global Management" "Global Volunteer" "Grievances" "Himalayan School of Traditional Yoga" "Team Hungary" "Team Hyderabad" "IT" "Team India" "Info" "Innovation" "MIB support" "Legal" "Team Macedonia" "Team Malaysia" "Team Mauritius" "Team Middle East" "Team New Zealand" "Mohanji Personal Office" "Team Peru" "Positivity" "Programs" "Publications" "Team Romania" "Team Russia" "Sadhana" "Team Serbia" "Team Singapore" "Team Slovenia" "Social Media" "Team South Africa" "Team Spain" "Standards" "Temples" "Testimonials" "Translations" "Travel" "Team UAE" "Team UK" "Team USA" "Visas" "Website" "Mohanji Youth Club" "Other Countries" "Other Areas" ]

    this is plugin introduces the concept of dynamic dropdown fields in order to mitigate such hard-to-maintain form designs (see screenshot #16 for more details).

    Please read through all the screenshots and faq to better understand how this plugin can help yu reduce the design effort of complex forms.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Data clears off when edits are made to mail and returning to Grid/Text’ is closed to new replies.