-
AuthorPosts
-
James Weston Friend
James Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
August 26, 2014 at 4:07 am #200796Hi Guys,
Is there a separate module i need to use to create a form like this or can I just edit the contact us form?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 26, 2014 at 8:01 am #547272I avoid recommending specific extensions because every user’s tastes are different. That said, here are some categories in the Joomla Extensions Directory which will help you:
Contact forms: http://extensions.joomla.org/extensions/contacts-and-feedback/contact-forms
Custom forms in general: http://extensions.joomla.org/extensions/contacts-and-feedback/forms
James Weston FriendJames Weston
- Join date:
- September 2014
- Posts:
- 1030
- Downloads:
- 11
- Uploads:
- 70
- Thanks:
- 408
- Thanked:
- 16 times in 1 posts
August 26, 2014 at 10:44 pm #547357Hi thanks for those links. I was thinking to keep the same styling as the site could I go to the User Registration Page and edit that in the html to how I want it?
When they click register I would get their data correct?
If so where would i find the css for the user registeration page?
Cheers Jim
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 27, 2014 at 8:53 am #547411Hi Jim,
If you are a developer, you can find and change User Registration Page as
+ Model
<blockquote>components/com_users/models/registration.php</blockquote>
+ Controller
<blockquote>components/com_users/controllers/registration.php</blockquote>
+ View(or layout)
<blockquote>templates/ja_sugite/html/com_users/registration/default.php
components/com_users/views/registration/tmpl/default.php
components/com_users/views/registration/view.html.php</blockquote>+ All css style work with User Register page in templates/ja_sugite/css/template.css file
.registration form h1 {
color: #222222
font-size: 30px;
margin-bottom: 25px;
}
.registration form .form-actions {
background: none;
border-top: 0;
padding: 0;
}
.registration form input {
display: inline-block;
}
.registration form input:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.registration form label {
display: block;
}
.registration form .calendar {
border-width: 2px;
margin-left: 0;
padding: 12px;
vertical-align: top;
border-left: 0;
}
.registration form .optional {
color: #999999
display: block;
margin: -8px 0 8px;
font-size: 14px;
}
.registration form fieldset .form-input {
margin: 14px 0;
}
.registration form fieldset .form-input:first-child {
display: none;
} @media (max-width: 767px) {
.registration {
width: 100%;
padding-left: 0;
padding-right: 0;
}
}
.registration fieldset dt {
margin-right: 5px;
}Regards
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Ninja Lead 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum