Support

  1. mahmoud
  2. General
  3. Tuesday, May 03 2016, 02:53 PM
Good Day,

kindly i'm trying to add an HTML scroll-able box inside the registration form to hold the terms & conditions text instead of a link to redirect to another page, i want the T&C to be embedded in the same page as the form.

how it can be possible to achieve that?

HTML Code:
<!DOCTYPE html>
<html>
<head>
<title>My Example</title>

<!-- CSS -->
<style>
/* Force scrollbars onto browser window */
body {
margin-bottom: 200%;
}

/* Box styles */
.myBox {
border: none;
padding: 5px;
font: 12px/16px sans-serif;
width: 250px;
height: 200px;
overflow: scroll;
}

/* Scrollbar styles */
::-webkit-scrollbar {
width: 12px;
height: 12px;
}

::-webkit-scrollbar-track {
border: 1px solid grey;
border-radius: 4px;
}

::-webkit-scrollbar-thumb {
background: grey;
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background: #4c62db;
}
</style>
</head>
<body>

<!-- HTML -->
<div class="myBox">
sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions sample terms and conditions
</div>

</body>
</html>

Regards,
mahmoud Accepted Answer
sorry HTML code is not showing right, here is the code as txt file.

Regards,
  1. more than a month ago
  2. General
  3. # 1
admin Accepted Answer
Admin
Hi,
you can use HTML delimiter field type (http://docs.easy-profile.com/index.php/article/html-delimiter-field-type) to add some Static HTML code inside registration form.

With some CSS and/or Javascript code you can improve this field with scrollbar.
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.