Have a webform block under each page of a node type. Node type has a e-mail field. How can I make the current e-mail field the recipient of the webform block?
Hidden component with token of the current e-mailfield is not working.
I'm trying to get my dev site up and running, and one of the issues I've come across is that if I try accessing through IP address, it will redirect to index.php just fine, but if I try accessing by DNS it'll redirect me to the install.php, and additionally, it won't show the styling that install.php would normally show.
Both the IP and the DNS are configured in the sites.php as
I'm trying to make the fields in my table fixed in length (currently they are based on the variable length) in Accordion Views 7.x-1.1+4-dev. I used a CSS class with Views Table format to gain that effect, but need to have the accordion ability. Currently it seems to read the 3 table variables and output them as a single field from the views-view-table.tpl.php file, so I can't address them individually. I don't know PHP well, so I'm not sure how to manipulate the provided code below to do this.
Hi. I have faced an issue with method option definition() in views_handler_field.inc
Sometimes i have this php exception "Maximum function nesting level of '100' reached" in option definition() method. I have increased xdebug.max_nesting_level to 1000 but still having this issue. When i got this issue - the main page of my site is broken and i have problems with styles and scripts - the are not loaded and the html code of my main page is broken.