-
AuthorPosts
-
meyoik Friend
meyoik
- Join date:
- April 2014
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
October 4, 2015 at 1:38 pm #750469<em>@pavit 494508 wrote:</em><blockquote>Hi @meyoik
Uber template is using different contact forms for different templates ,( Business , Corporate , App , Charity etc etc ) so after we established which of these templates style are you using then we can look at the contact form configuration. this also means that there isn’t a standard documentation for all contacts forms .</blockquote>
Hi Pavit, I’m trying to use the corporate one.
What I ultimately need to do is attach code to that module/component/? so I can write to the db.
It’s pretty basic stuff, but I just can’t seem to find where to do this.
Thanks!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 4, 2015 at 3:49 pm #695201pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 4, 2015 at 3:49 pm #750482meyoik Friendmeyoik
- Join date:
- April 2014
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
October 4, 2015 at 3:58 pm #695202<em>@pavit 495520 wrote:</em><blockquote>Hi @meyoik
If you need to make customizations on core Joomla contact form then i suggest to use an external resource , HERE you can find some from JED</blockquote>
Nope, that’s not it.
OK, let me explain this again…
I have the corporate contact form that comes with the UBER template :
The point of this form is so users can enter their details, then those details are entered in the database (mysql).
The code that I need to write in order to route the info captured on the form needs to be written somewhere.
Where do I do this?
meyoik Friendmeyoik
- Join date:
- April 2014
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
October 4, 2015 at 3:58 pm #750483<em>@pavit 495520 wrote:</em><blockquote>Hi @meyoik
If you need to make customizations on core Joomla contact form then i suggest to use an external resource , HERE you can find some from JED</blockquote>
Nope, that’s not it.
OK, let me explain this again…
I have the corporate contact form that comes with the UBER template :
The point of this form is so users can enter their details, then those details are entered in the database (mysql).
The code that I need to write in order to route the info captured on the form needs to be written somewhere.
Where do I do this?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 4, 2015 at 4:16 pm #695204Your question is still not completely clear anyway
You can find contact files in this folder templatesuberhtmlcom_contactcontact
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 4, 2015 at 4:16 pm #750484Your question is still not completely clear anyway
You can find contact files in this folder templatesuberhtmlcom_contactcontact
meyoik Friendmeyoik
- Join date:
- April 2014
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
October 4, 2015 at 4:29 pm #695205<em>@pavit 495527 wrote:</em><blockquote>Your question is still not completely clear anyway
You can find contact files in this folder templatesuberhtmlcom_contactcontact</blockquote>
No problem Pavit, I’ll explain my question again from the start, then you can fill it in as you see fit….
The question is:
I would like to use the contact form in the Uber Corporate Template to let users enter their details in my database.
What would be the step-by-step way to do this with the Uber template?
Thanks Pavit!
PS: I already have the database ready, tables, etc. I just need to know how I get from the Uber Corporate contact form ——-> to my database table
meyoik Friendmeyoik
- Join date:
- April 2014
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
October 4, 2015 at 4:29 pm #750485<em>@pavit 495527 wrote:</em><blockquote>Your question is still not completely clear anyway
You can find contact files in this folder templatesuberhtmlcom_contactcontact</blockquote>
No problem Pavit, I’ll explain my question again from the start, then you can fill it in as you see fit….
The question is:
I would like to use the contact form in the Uber Corporate Template to let users enter their details in my database.
What would be the step-by-step way to do this with the Uber template?
Thanks Pavit!
PS: I already have the database ready, tables, etc. I just need to know how I get from the Uber Corporate contact form ——-> to my database table
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 4, 2015 at 4:47 pm #695206I already explained 2 posts above , Uber is using core Joomla contact form , so if you are not a developer there are already 3rd party extensions doing this , so you can customize your contact forms with few steps
Customizing contact form require a bit of knowledge about coding anyway HERE you can find something that could help . it is for Joomla 2.5 but main concept is well explained.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 4, 2015 at 4:47 pm #750486I already explained 2 posts above , Uber is using core Joomla contact form , so if you are not a developer there are already 3rd party extensions doing this , so you can customize your contact forms with few steps
Customizing contact form require a bit of knowledge about coding anyway HERE you can find something that could help . it is for Joomla 2.5 but main concept is well explained.
uniphoto Frienduniphoto
- Join date:
- April 2015
- Posts:
- 9
- Downloads:
- 1
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 26, 2016 at 9:57 pm #869190Hi, I have the same problem; I wish that my contact page (http://dinotalk.com/contact) just looks like the Uber corporate contact page on the demo site. (http://uber.demo.joomlart.com/index.php/contact)
What can I do?pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 27, 2016 at 7:29 am #869458Hi @uniphoto
Corporate Uber contact menu item is using as menu type the Single Contact 1 and as template style The corporate Default layout – In contact display option tab select as Dsiplay Format = Plain
If you are still having problems with it you can reply as private to this post and add your backend login credentials, i will have a look at it and try to set it correctly
Best regards
-
AuthorPosts
This topic contains 51 replies, has 9 voices, and was last updated by pavit 8 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum