I am using Web Forms For Marketers 8.1 rev. 151217
which are dynamically rendering on web page which perfectly working fine on my
local machine by using below code
@Html.Sitecore().Rendering("{F2CCA16D-7524-4E99-8EE0-78FF6394A3B3}", new { Datasource = "<id of the form item>", UniqueId = "<unique id of the form
rendering>" })
After deploying on CD server and when viewed on browser
at client side, my WFFM form and its fields are rendering in hidden state. I am
saying hidden as form and its fields are rendering on page which I can identify
from View Source my webpage on browser.
How to make WFFM forms and its fields rendering in visible
state?
Solution
:-
I able to resolve this by
- Reinstalling WFFM CM package on server
- Republishing all WFFM related items
- Clear the Sitecore Cache
I have also raise this question on Stack Overflow at http://sitecore.stackexchange.com/questions/4299/wffm-form-hidden-state-on-rendering
and answer the same.
I
hope this trick may be useful for you.
No comments:
Post a Comment