This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

how to change order of form entries in comments?
#1

hello, i have a series of questions i ask visitors, created using the "extra fields" extension module. the fields are in a certain order, i.e., name, country, region, selection 1, selection 2, selection 3, comment area. when visitors fill them out, however, their responses come out in a different order - selection 1, selection 2, country, selection 3, region, comment... and i can't figure out how to change it.
Reply
#2

In the module there's a "Sort" field where you can enter "1", "2", "3" etc to control the order of responses in the comment.

Have you completed the interview?
Reply
#3

thank you! works great. congratulations on your wonderful work.
one last thing, is it possible to change the size of the core comment text area, or disable it entirely and replace it with modules from the added fields? the main comment area is just a little big for my purposes; i'd like it to be the same size as the regular text areas...
Reply
#4

If you enable the CSS Editor module, then paste this into the big text area:

Code:
.cmtx_comment_field_active {
  height: 100px !important;
}

Adjust the height to your own preference and add a width if needed.

Have you completed the interview?
Reply
#5

that worked perfectly, thank you!
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
23-Nov-2022, 11:01 AM
Last Post by clixcity
30-Jul-2020, 08:32 AM
Last Post by Steven
10-Jan-2017, 12:56 PM
Last Post by Steven
17-Nov-2016, 09:32 PM
Last Post by Steven
23-May-2016, 06:21 PM
Last Post by Tom C.
05-Jun-2015, 06:33 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)