| Post |
|
Guest
| Patty Brennan 2:30 pm July 12, 2011
| |
|
|
I keep checking the boxes for a carriage return on the form for a list of dates and it will not save. Have tried duplicating a form that is currently working properly and that won't fix the problem.
|
|
|
Guest
| Mario 9:02 pm July 26, 2011
| |
|
|
I have the same problem, not save new line :(
ideas?
|
|
|
Moderator
| Paul Amsterdam, NL posts 421 8:15 am July 27, 2011
| |
|
|
Not sure what you're referring to, please provide URL to the form and more details / steps to recreate your issue.
Paul.
|
|
|
|
|
Guest
| Patty Brennan 12:49 pm July 30, 2011
| |
|
|
Paul said:
Not sure what you're referring to, please provide URL to the form and more details / steps to recreate your issue.
Paul.
Website is http://www.center4cby.com. I sell classes and like to give folks a list of dates to choose from. When entering the dates for 2011 originally, it was all showing up properly and those are listing properly. But if I go in and edit ANY dates (e.g., remove one that is past), then, when I save, it deletes all the carriage returns between the entries so they show up in paragraph form instead of a list. This happens with a new form too. It simply won't save the carriage returns. Is there a fix for this? Thanks for any help you can give! See this page for an example: http://center4cby.co…..ation.html (Newborn Care class vs Breastfeeding Basics, which is in list form with carriage returns).
Patty
|
|
|
Moderator
| Paul Amsterdam, NL posts 421 2:01 pm July 30, 2011
| |
|
|
Interesting use of cforms, as an input "gateway" to an eCommerce system – haven't seen this before.
You're right there seems to be a bug.
The workaround – add this to your CSS:
.cf-box-group input{
float: left;
clear: left;
}
.cf-box-group label{
float: left;
margin: 3px 0;
}
|
|
|
|
|
Guest
| Jason 5:05 pm August 13, 2011
| |
|
|
Paul,
I'm new at this! :)
Can you please be more specific in where that code snippet needs to be inserted? Which css file does it need to be added to, and where exactly does it need to be placed?
I'm using the wide form style, and I tried inserting it into the wide_form.css file — but it ended up taking everything out of alignment…
Any additional info would be very much appreciated.
Thanks!
|
|
|
Guest
| Beto 11:30 pm January 13, 2012
| |
|
|
Ok. Just found a "solution" adding an extra "#" to the end of each radio or checkbox option.
May I ask a fix for this "carriage" option? It would be really handy and I don't want to change the plugin myself and loose it in the next update.
Thank you very much
Humberto
|
|
|
Admin
| Oliver Munich, Germany posts 6237 8:47 am January 15, 2012
| |
|
|
this is fixed in the latest release.
|
|
|
|
|
Guest
| Beto 6:44 pm January 15, 2012
| |
|
|
Oliver said:
this is fixed in the latest release.
Thanks Oliver. I've tried to update to the latest version but I've got an error on back end that probably makes the style get all confused:
jQuery("#cformsdata").on is not a function
jQuery('#cformsdata').on('change', ':input', function () {
My Wordpress version is 3.2.1.
I don't know if it's a conflict with other plugins but I rather ask before deactivating one by one.
|
|
|
Moderator
| Paul Amsterdam, NL posts 421 4:51 pm January 16, 2012
| |
|
|
Hi!
Not sure why it would cause this, but it sure looks like some JavaScript issue, perhaps triggered by another plugins' or theme JS.
Paul.
|
|
|
|