micha002
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] [Contact Form DB] Problem sorting larger numbersThanks, Michael. I have to tell you how much I appreciate all of the support and time you put into this. I purchased the editor and will donate to help keep this plugin going.
The data in that field are all numbers.
Using SortByField, instead of NaturalSortByField, does a lexical sort instead of a numerical one. Need to have the highest number first and descend from there.
As a work around, I removed the commas from the larger numbers and it sorts correctly, but the numbers are harder to read without the commas. Please let me know if you have any additional suggestions. Thanks again.
I also removed the space before && – thanks for catching that.
Just to clarify,
I am not looking to merge data into the same row…each row will only contain data from the same form.
I want to merge data from two forms into the same column…I can already do this for fields with the same name in different forms – see the “Time” and “Market” columns in the example below. But if the field names are different, it creates two columns – see the columns “FirstName1-fntalent” and “FirstName2-fntalent”
I tried using /.*fntalent/ to combine the columns without success. See the shortcode below for the above example.
[cfdb-table form=”Form-1st,Form-2nd” show=”Time,Market,/.*fntalent/” headers=”Time=Time,Market=Time,Market=Market,/.*fntalent/=First Name”]
Sorry, my original post was hard to follow.
Is it possible to take fields from two different forms and use the shortcode builder to display the content from both fields in one column.
For example, I have field called firstname1 in form 1 and another field called firstname2 in form 2 – can I use the shortcode builder to create a table with the content from both of those fields in one column…instead of having two columns displaying firstname1 and firstname2?
Forum: Plugins
In reply to: [Portfolio Toolkit] Changing order of portfolio items on home pageLooking for an answer to this as well. Thanks!
Forum: Themes and Templates
In reply to: New Themes Not Loading After Upgrade to 2.6.3Have not touched it in a week and for some reason – it resolved itself.
Forum: Fixing WordPress
In reply to: Photo Issues Upgrading to WP 2.0.4Although I had changed the permissions to 777 on the wp-content it took me changing the permissions for every folder in that content folder to be changed for it to work.
Thanks for the help.