1

I am new to magento.

I want to create a new forms in my magento website. Some form have to add in the cms pages.

I got reference from This Question

I tried to create pages same like it. but it is not displaying anything.May b its beacause I am using Luxury theme. Help me placing files.

This is my theme path app\design\frontend\mgstheme\luxury

I tried placing file here app\design\frontend\mgstheme\luxury\templateeasylife_customform/form.phtml as Marius told in that answer

What i am doing wrong?

Thankyou

parish
  • 151
  • 2
  • 9

2 Answers2

1

You need to verify this things,

Your frontend layout file is put in proper theme or not. In above case you put file here.

app/design/frontend/mgstheme/luxury/layout/easylife_customfo‌​‌​rm.xml

Do magento caching and reindexing. Now try to access with URL.

Dhiren Vasoya
  • 9,484
  • 12
  • 33
  • 59
1

if you want your form show in yourfile.phtml then paste it's code..

if you want to show this form as separate CMS page then create CMS page from CMS menu > Pages & place the below code in it

{{block type="formbuilder/frontend_form" name="frontend_form" form_id="1" template="formbuilder/form.phtml"}}

(replace form_id with your form_id, see form_id from Admin panel > Form Builder menu > Manage Forms)

lalit mohan
  • 1,075
  • 10
  • 35