Field seperator text & 2 fields on same row

Ask your feature Requests about CKforms component

Field seperator text & 2 fields on same row

Postby Castor » Fri Sep 11, 2009 10:39 am

I have two questions:
  1. There is the possibility of using "field seperators" in form of a line. As for me, i need a field seperator in form of a TEXT because my form is seperated in three parts like "Personal informations, Additional facultativ informations, message"
    Is there any possibility to create sucha form which stays dynamics that my customer which is not able to write any html is able to edit it?
  2. I need the adress of my user and an Adress is put together with the living place and the ZIP Code of the living place.
    So i need TWO Text fields on ONE row/line and i want to define how long they are (px or whatever)

Is there such a possibility to do that?
Thx you guys for this nice module :-)
Castor
 
Posts: 2
Joined: Fri Sep 11, 2009 10:33 am
Top

Re: Field seperator text & 2 fields on same row

Postby pedrino » Fri Sep 11, 2009 4:38 pm

Hi,

no in the current release there is no possibility to do that. There is a field separator but without text.

But I add your requests to my todo list to integrate these feature in the next release. And I move your topic to the "Feature Request" Forum.

Thanks

Pierre
User avatar
pedrino
Site Admin
 
Posts: 150
Joined: Tue Aug 25, 2009 1:13 pm
Top

Re: Field seperator text & 2 fields on same row

Postby Castor » Mon Sep 14, 2009 12:57 pm

Thx mate. The thing ist that, that i tried about 5 contact forms (CK, chromo, breezing) but CK was simply the best. Just breezing would have given the option to ad HTML Text between the forms but it's way to direct items is with position:absolute which nearly made me vomit ;)
Castor
 
Posts: 2
Joined: Fri Sep 11, 2009 10:33 am
Top

Re: Field seperator text & 2 fields on same row

Postby syrex » Wed Sep 16, 2009 8:49 pm

To add a text to the field separator you need to make some changes to the "modules\mod_ckforms\tmpl\default.php" file.

Change the line 331:
Code: Select all
?><hr /><?php

to
Code: Select all
      ?>
      <label class="ckCSSlabel <?php echo $field->labelCSSclass; ?>" id="<?php echo $field->name."lbl"; ?>" for="<?php echo $field->name; ?>"><?php echo $field->label; ?></label>
      <hr class="<?php echo $field->fieldCSSclass; ?>" id="<?php echo $field->name; ?>"/>
      <?php
syrex
 
Posts: 3
Joined: Wed Sep 16, 2009 8:16 pm
Top

Re: Field seperator text & 2 fields on same row

Postby pedrino » Mon Sep 21, 2009 7:29 pm

Hi,

In the new release 1.3.2, you add custom text with your fields. And you can use the field type "field separator" to add text between fields.

try the new release (1.3.2) : http://ckforms.cookex.eu/download.php
Don't forget to backup your CKForms data (see manual).

Regards
User avatar
pedrino
Site Admin
 
Posts: 150
Joined: Tue Aug 25, 2009 1:13 pm
Top

Re: Field seperator text & 2 fields on same row

Postby gobezu » Sat Oct 03, 2009 7:12 pm

in a website we still are developing we have achieved the following

http://epaethiopia.org/index.php?option ... Itemid=183

have a look in the "Application form" tab of the page

if you are interested i will be able to email you the adjustment i had to make to the view code

mainly i have used 2 separators for each group on the page which indicates the start and end of the group
Attachments
ckforms.zip
this is the plugin file i had changed, but making similar changes to the component view or the module is analogus
(5.72 KiB) Downloaded 29 times
gobezu
 
Posts: 6
Joined: Sat Oct 03, 2009 7:01 pm
Top


Return to Feature Requests

Who is online

Users browsing this forum: No registered users and 0 guests