PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Validation: Values from a list field column

  1. Hi, I'm trying to pull information with rgpost for a validation function from a list field, but can't seem to get the right information from the array. Do you guys have an example anywhere for this?

    When I do a var_dump of the field this is the output

    array(12) {
    	[0]=> string(27) " Home Equity Line of Credit"
    	[1]=> string(5) "Cred1"
    	[2]=> string(5) "$5.00"
    	[3]=> string(2) "5%"
    	[4]=> string(5) "$5.00"
    	[5]=> string(0) ""
    	[6]=> string(9) " Mortgage"
    	[7]=> string(5) "Cred2"
    	[8]=> string(5) "$6.00"
    	[9]=> string(2) "6%"
    	[10]=> string(5) "$6.00"
    	[11]=> string(0) "" }

    So I would like to add up all the values from the fourth column, but not sure how I can pull them from sometihng like that

    Posted 10 years ago on Monday June 24, 2013 | Permalink

This topic has been resolved and has been closed to new replies.