Closed mittultechnobrave closed 8 years ago
This is my curent thread if you can understand and anwer it https://github.com/octobercms/october/issues/2472
I have resolved this issue and i mentioned my steps here https://github.com/octobercms/october/issues/2472
I have installed Static Pages plugin https://octobercms.com/index.php/plugin/rainlab-pages in one of my OctoberCMS project.
Is there any way i can call one of static page to a CMS page ?
I am asking this because i have already installed one plugin called Flexi Contact https://octobercms.com/index.php/plugin/laminsanneh-flexicontact and i have modified its html form using component in one of my CMS page .. but i want the other content in the page itself from Static page .. so client can only modify from that content from there and i will show up here in my CMS page by calling that static page ..
i have tried to go viseversa by using
registerPageSnippets()
method in plugin which will help me to use this as a snippet and then call it into static pages, but its shows old html which is providing by plugin itself .. hence i m unable to use my updated html form there ..Can anybody give me a clue what should i do in this scenario ?
Thanks