Hello friends!. If you want to add the donate form on your website then just used code given below: <form name="_donations" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <div><div>First Name: <font color="red">*</font></div><input type="text" name="first_name" value=""><div></div></div> <div><div>Last Name:<font color="red">*</font></div><input type="text" name="last_name" value=""><div></div></div> <div><div>Phone Number:</div><input type="text" name="night_phone_a" value=""><div></div></div> <div><div>Address1:<font color="red">*</font></div><input type="text" name="address1" value=""><div></div></div> <div><div>Address2:</div><input type="text" name="address2" value=""><div></div></div>
Hi, If you want define the “Default View Permissions” for particular content type(like page, article) then you have need to edit setting of that content type from admin. Enjoy Code! | Raghunath Blog
Hello My Friends!. Wishing all my friends a very Happy and Prosperous new year 2014 :) :) If you want to remove the the “Body Section” section from am specific content type in drupal then you have just need to leave blank the “Body field label” text box OR removed the “Body” text from the
Hello Everyone! I have a module in Drupal 6 that saves some information in the $_SESSION array. I use this information to customize some content in another page.The problem is that when I’m not logged in Drupal, the information is not saved in the session. When I’m logged in, it works as expected. After a