am looking for my site contact us form . my site is not dating website. i like to contact us form in spacial page ... user can send eamil by contact us from .
am looking for my site contact us form . my site is not dating website. i like to contact us form in spacial page ... user can send eamil by contact us from . dincer al |
the default contact us form is accessed by going to your_site.com/contact.php or if you look at the bottom of the site (footer where about us, faq, copyright. etc is at) the COntact Us link should be down there by default. caredesign.net |
The contact us form does not have a builder. To make any changes in the form you have to edit the php file. To remove the contact us link in the bottom menu, just go to builders and click on bottom menu. You can drag the item to the inactive block. If you want to place a menu item for it in another location, just create the link http://your_site.tld/contact.php. For example, if you wanted to add it to the top menu, just go to builders and choose navigation menu and add an item there and link to the contact.php file. If you need any help, just ask. Geeks, making the world a better place |
Why no builder for Contact Us... makes no sense... P. Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Where is Deano when you need him! Deano, can you make a mod that will allow us to easily modify the contact us page, add columns, etc.? Thanks! Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
One more complaint... :) This again is one of the inconsistencies in the Dolphin script of which collectively drive Dolphin administrators nuts.... There. I'm done! P. Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
The form is created by the script; no builder for it. My guess is that they never updated it since the early days. Geeks, making the world a better place |
Geek Girl- Thanks, so you see, if one wants to create blocks, columns and such on this page... well, its going to be a challenge. Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
i created a new page for the contact us form (see pic). Created a new page called contact_us.php with following code (you could make a backup of your contact.php and create a new contact.php - that way you dont have to change any existing links): <?php
then added to database tables: INSERT INTO `sys_page_compose` (`ID`, `Page`, `PageWidth`, `Desc`, `Caption`, `Column`, `Order`, `Func`, `Content`, `DesignBox`, `ColWidth`, `Visible`, `MinWidth`, `Cache`) VALUES ('', 'contact_us', '1140px', 'Contact us Form', 'Contact Us', '0', '0', 'ContactForm', '', '1', '72.5', 'non,memb', '0', '0'); INSERT INTO `sys_page_compose` (`ID`, `Page`, `PageWidth`, `Desc`, `Caption`, `Column`, `Order`, `Func`, `Content`, `DesignBox`, `ColWidth`, `Visible`, `MinWidth`, `Cache`) VALUES ('', 'contact_us', '1140px', 'Added block on contact us form', 'Added Block on Contact page', '0', '0', 'AddedBlock', '', '1', '100', 'non,memb', '0', '0'); INSERT INTO `sys_page_compose_pages` (`Name`, `Title`, `Order`, `System`) VALUES ('contact_us', 'Contact Us', '0', '1'); ALTER TABLE `sys_messages` ADD `Email` VARCHAR(45) NOT NULL
then clear cache, and go to pagebuilders and put blocks on page where you want them. You can also add php blocks or whatever else you want to from here. In my usage, I added the message into the sys_messages table just in case the email fails for whatever reason, thus the sql to edit the sys_messages table. You can add whatever fields you want to the contact form with a little modification. Hope this helps put you in the right direction. It works for me, but cant guarantee it is what everyone else wants. caredesign.net |
After going over a few things with Deanos (a genius with Dolphin) I have made changes to my Contact Form as follows:
function getBlockCode_ContactForm() $aForm = array(
again, this is a form created based on our needs and may not be exactly what you want, but I hope it gives you the direction you are looking for. caredesign.net |
Thanks, I will save this out for future reference. Geeks, making the world a better place |
Where is Deano when you need him! Deano, can you make a mod that will allow us to easily modify the contact us page, add columns, etc.? Thanks! Peer https://www.deanbassett.com |
@deanos - show off - roflmfaop - Thanks, now I can go and undo everything I did. Again, thanks for the great help you provide and insight to most things Dolphin caredesign.net |
@deanos - show off - roflmfaop - Thanks, now I can go and undo everything I did. Again, thanks for the great help you provide and insight to most things Dolphin LOL https://www.deanbassett.com |
Deano- If you ever make all the code to make these packages available and then put this in the Market Place, I will purchase. Thanks for all you do!!! :) Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
OK- Deano This totally ROCKS!!!! Thanks again! Per Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Deano- I knew this was you. Thanks for finding this.. :) P Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
hi i saw this today i wanted a form where users can contact admin, when they want admin to activate there membership. i want members to contact admin to approve now for this, i wanted a form where members can pick option from dropdown as why they want to reach admin and one of options then will be , to request membership activation
when i uploaded new form, it noticed that its same as now new from in latest version can we have a form as suggested above. tk anil |
j caredesign.net |
You can check out the Advanced Contact module which has advanced featured such as the creation of custom fields for the "Contact Us" form. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
I tried all the steps but it is not working i checked the phpmysql values and there are there but it is still not working what did i do wrong? |
I tried all the steps but it is not working i checked the phpmysql values and there are there but it is still not working what did i do wrong? |
I tried all the steps but it is not working i checked the phpmysql values and there are there but it is still not working what did i do wrong? The Deano script was made before the major 7.2 Dolphin Upgrade so may longer work. It would be nice to know if the contact.php Deano gives does work with Dolphin 7.3.0 ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |