Title: Considering another one
Last modified: May 26, 2017

---

# Considering another one

 *  [Alexandru Negoita](https://wordpress.org/support/users/kulsite/)
 * (@kulsite)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/considering-another-one/)
 * I used it to make all fields that I need. Then I used the API actions to modify
   the fields rendering. That was the moment when the sky felt down.
    File upload
   wasn’t working anymore, no matter what I did. I also see that there is a very
   poor support for this plugin. I am now searching for alternatives.

Viewing 1 replies (of 1 total)

 *  Thread Starter [Alexandru Negoita](https://wordpress.org/support/users/kulsite/)
 * (@kulsite)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/considering-another-one/#post-9170550)
 * UPDATE:
    I managed to change some lines of code and now is working. So, if you
   use the API actions/filters: wccpf/before/field/rendering wccpf/after/field/rendering
 * and you see you have problems with the plugin, modify the plugins/wc-fields-factory/
   calsses/fields/wcff-file.php and on line 503, right after “}” add
 * else{
    if( $mandatory == “no” ) { return true; } }
 * don’t know if it’s the best solution, but it worked for me.

Viewing 1 replies (of 1 total)

The topic ‘Considering another one’ is closed to new replies.

 * ![](https://ps.w.org/wc-fields-factory/assets/icon-128x128.jpg?rev=2738843)
 * [WC Fields Factory](https://wordpress.org/plugins/wc-fields-factory/)
 * [Support Threads](https://wordpress.org/support/plugin/wc-fields-factory/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-fields-factory/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-fields-factory/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-fields-factory/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Alexandru Negoita](https://wordpress.org/support/users/kulsite/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/considering-another-one/#post-9170550)