michaeledi
Forum Replies Created
-
My fault, I reactivated the plugin and it works…
I hope this issue is noticed ??
Hi Adrian,
If this information is only for the person receiving the data (the form user doesnt need to see what’s going on) – perhaps you could set the second list field to ‘admin only’ the using the Gravity Forms filters – on submit, take values, do calculations, save to ‘admin only’ field. That would let you email, view or create Gravity PDF’s using the calculations. It would probably be tricky to do still.
You are right about the statement above, since I’m trying to create a pdf for the RFQ list from the frontend user, so there must be 2 lists, one is from the frontend user, another is admin-only, where I can fill in the price and send it to the frontend user.
I’ve already completed the copying function, which enables me to copy column value from one list to another, but now the function has some bugs, if you are interested in some freelancing to make this function work, we can discuss about it ??
Hi,
I know we can calculate the value for different columns in same list and same row. But what I want to achieve is to support the calculation for column field in different list, same row.
For example, list1 has column A,B,C, and list2 has column D,E,F,G, what I want is to make the row value of {list2:D} to be [2*(list1:B)], is that possible?By the way, I’m using the Gravity Forms List Field Calculations Add-On as well.
- This reply was modified 7 years, 9 months ago by michaeledi.
Forum: Plugins
In reply to: [Drop Down Options in List Fields for Gravity Forms] Can’t add new valueI can now confirm it’s a conflict with Ajax upload plugin. The problem seems only happens on multiple column fields, if the Ajax Upload is disabled, everything is fine.
- This reply was modified 7 years, 9 months ago by michaeledi.
- This reply was modified 7 years, 9 months ago by michaeledi.
Forum: Plugins
In reply to: [Drop Down Options in List Fields for Gravity Forms] Can’t add new valueI’m having the same issue…
Thanks, hope you can find a solution soon:)
Hi Adrian,
I found the reason, seems like it has some conflicts with the ‘Sortable List Fields for Gravity Forms’ plugin, after I deactivated the plugin, the dripdown list displays correctly.I think it has something to do with your recent update “set fixed height and width”, so the height of the dropdown is also fixed, right?
By the way, here is the link for the form:
https://ff3dm.com/m-make
choose the ‘multiple parts’ to show the list dropdown field.Forum: Plugins
In reply to: [Ajax Upload for Gravity Forms] How to change the filename while downloading?Hi Ovann,
The filter seems not working… The link didn’t have the suffix after I pasted it in functions.php.Forum: Plugins
In reply to: [Ajax Upload for Gravity Forms] How to change the filename while downloading?Hi Ovann,
Really appreciate that! But it seems not working… The link didn’t have the suffix after I pasted it in functions.php.Forum: Plugins
In reply to: [Ajax Upload for Gravity Forms] How to change the filename while downloading?Just ‘?attname=’ , I have added it in the
$column = "<a href='{$file_url}?attname=' target='_blank' >{$file_name_decode}</a>"
and it works.Is that what you would do? Or you have some soultion that needn’t change the plugin?
Forum: Plugins
In reply to: [Ajax Upload for Gravity Forms] How to change the filename while downloading?Hi,
I confirmed that the problem is caused by CDN, I have to add a suffix ‘?attname=’ to the tail of the file url, then the files will remain short and clean.So is there any way to add this suffix automatically?
Hi, you can check my form, it doesn’t have the problem you mentioned:
https://ff3dm.com/m-make
If I type a long text in the other choice, it won’t make the column longer because the column max width is fixed.